diff --git a/.bashrc_local b/.bashrc_local index fb25603..ec58cf2 100644 --- a/.bashrc_local +++ b/.bashrc_local @@ -10,3 +10,5 @@ export TERM=xterm-256color export WORKON_HOME=$HOME/virtualenvs export PROJECT_HOME=$HOME/git [ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh + +PATH=$PATH:~/bin diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline index e3cfd36..45205aa 160000 --- a/.vim/bundle/vim-airline +++ b/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit e3cfd3643b0f4c9650d5eb23912fef12d88e7a60 +Subproject commit 45205aa4a393ab7eee2656e6e35eb61016ec81c2 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index 2564c37..bd0b87d 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 2564c37d0a2ade327d6381fef42d84d9fad1d057 +Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28 diff --git a/.vimrc b/.vimrc index 1e9b708..a33fad0 100644 --- a/.vimrc +++ b/.vimrc @@ -42,18 +42,18 @@ filetype plugin indent on " required " Put your non-Plugin stuff after this line " airline theme -let g:airline_theme='base16_monokai' +let g:airline_theme='violet' set t_Co=256 -colorscheme base16-darktooth +colorscheme base16-monokai syntax on " enable vim modelines set modeline set tabstop=2 shiftwidth=2 expandtab -"set background=dark +set background=dark set showcmd " highlight searches