]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
venv must be declared earlier than autoenv hook
[dotfiles.git] / zsh / .zshrc
index 13cdff3101b3873b36674824b1c0f3e4bea09450..042a44c104e01b8dd67891dd2f6f6932042c15b7 100644 (file)
@@ -239,12 +239,12 @@ while read w ; do
 done < ~/.zhashd
 # }}}
 
-# autoenv {{{
-. ~/work/zsh-autoenv/autoenv.zsh
-# }}}
-
 # Virtualenv {{{
 venv() {
     . /usr/local/bin/virtualenvwrapper.sh
 }
 # }}}
+
+# autoenv {{{
+. ~/work/zsh-autoenv/autoenv.zsh
+# }}}