diff --git a/.vim/bundle/NrrwRgn b/.vim/bundle/NrrwRgn index 680f60f..02449dd 160000 --- a/.vim/bundle/NrrwRgn +++ b/.vim/bundle/NrrwRgn @@ -1 +1 @@ -Subproject commit 680f60fb237370d6eda2bfb28cd660916991733e +Subproject commit 02449ddaafdc0bc1cdd8df44c198fd96193083f3 diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe index f347885..527d980 160000 --- a/.vim/bundle/YouCompleteMe +++ b/.vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit f347885555b8446953c1c936830e85275b99ddfd +Subproject commit 527d98028bb00167acf9acd89f7129c229c26025 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic index 03429e6..3a03fee 160000 --- a/.vim/bundle/syntastic +++ b/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 03429e69b6158bcae5f8bf5e8de52703c26c6b49 +Subproject commit 3a03fee48c24d0116c529769664750a43a206ee7 diff --git a/.vim/bundle/vim-coffee-script b/.vim/bundle/vim-coffee-script index 089506e..0e38ef9 160000 --- a/.vim/bundle/vim-coffee-script +++ b/.vim/bundle/vim-coffee-script @@ -1 +1 @@ -Subproject commit 089506ed89da1849485fdfcca002a42111759fab +Subproject commit 0e38ef90446a0f1f2294b6225c9c97dbc2810b45 diff --git a/.vim/bundle/vim-gitgutter b/.vim/bundle/vim-gitgutter index ff031d0..878c342 160000 --- a/.vim/bundle/vim-gitgutter +++ b/.vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit ff031d022f2123353bc93a3aa97290287c10a287 +Subproject commit 878c3422c9ad9edc7b907948515b3118d91a67d1 diff --git a/.vim/bundle/vim-multiple-cursors b/.vim/bundle/vim-multiple-cursors index 8c9bced..35028be 160000 --- a/.vim/bundle/vim-multiple-cursors +++ b/.vim/bundle/vim-multiple-cursors @@ -1 +1 @@ -Subproject commit 8c9bcedc6c534d3f308fa3ade6a459977ee4a58a +Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28 diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired index 48d1cb6..a029dc2 160000 --- a/.vim/bundle/vim-unimpaired +++ b/.vim/bundle/vim-unimpaired @@ -1 +1 @@ -Subproject commit 48d1cb6bf0000159291014226d8d8d3330ad875e +Subproject commit a029dc28ebc1ba5953cd5b0ef9a50bd0ffba3aa4 diff --git a/.zshrc b/.zshrc index a165395..2d7adb0 100644 --- a/.zshrc +++ b/.zshrc @@ -83,6 +83,10 @@ if [ -f ~/.bash_aliases ]; then source ~/.bash_aliases fi +if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then + source /usr/local/bin/virtualenvwrapper_lazy.sh +fi + fasd_cache="$HOME/.fasd-init-zsh" if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcompinstall >| "$fasd_cache"