]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
zsh-autoenv usage
[dotfiles.git] / zsh / .zshrc
index 45b63a6de76f8a8300b05f9f672c723e11c37885..0a18bb0288764271526a46dede629a7c5165c7a0 100644 (file)
@@ -220,3 +220,8 @@ while read w ; do
     hash -d ${w[1]}=${~${w[2]}}
 done < ~/.zhashd
 # }}}
     hash -d ${w[1]}=${~${w[2]}}
 done < ~/.zhashd
 # }}}
+
+# autoenv {{{
+export AUTOENV_AUTH_FILE=~/.zautoenv-auth
+. ~/work/zsh-autoenv/autoenv.zsh
+# }}}