]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
venv must be declared earlier than autoenv hook
[dotfiles.git] / zsh / .zshrc
index 39fa3a5373f2565e57df2e839c1789d6f2118e51..042a44c104e01b8dd67891dd2f6f6932042c15b7 100644 (file)
@@ -94,7 +94,6 @@ ssht() {
 
 autoload -U zsh-mime-setup ; zsh-mime-setup
 alias -s html=lynx
-alias -s txt=less
 
 autoload -U zmv
 # }}}
@@ -240,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
+# }}}