diff --git a/.bash_profile b/.bash_profile index aeca7fc..e12629a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,6 @@ +#if [ -f $HOME/.bashrc ]; then +# . "$HOME/.bashrc" +#fi export GOPATH=$HOME/go_projects export PATH=$PATH:/usr/local/go/bin alias fp='stat --format "%a"' @@ -34,6 +37,7 @@ function myip { echo # Newline. } +git-random(){ gitRan=$(curl -L -s http://whatthecommit.com/ |grep -A 1 "\"c" |tail -1 |sed 's/
//'); git commit -m "$gitRan"; } alias such=git alias very=git alias wow='git status' diff --git a/.screenrc b/.screenrc index b9a6ea9..8ba1e92 100644 --- a/.screenrc +++ b/.screenrc @@ -18,9 +18,9 @@ mousetrack on # default windows screen -t Shell1 1 bash -screen -t Shell2 2 bash -screen -t Python 3 python -screen -t Media 4 bash +#screen -t Shell2 2 bash +#screen -t Python 3 python +#screen -t Media 4 bash select 0 bind c screen 1 # window numbering starts at 1 not 0 bind 0 select 10 @@ -82,4 +82,6 @@ bind -c rsz \t eval "focus" "command -c rsz" # Tab bind -c rsz -k kl eval "focus left" "command -c rsz" # Left bind -c rsz -k kr eval "focus right" "command -c rsz" # Right bind -c rsz -k ku eval "focus up" "command -c rsz" # Up -bind -c rsz -k kd eval "focus down" "command -c rsz" # Down \ No newline at end of file +bind -c rsz -k kd eval "focus down" "command -c rsz" # Down +source .screen_layout +layout save def diff --git a/.vimrc b/.vimrc index 05a9d38..b17df97 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,7 @@ syntax enable set tabstop=2 set softtabstop=2 +set shiftwidth=2 set expandtab set number set showcmd