]> Sergey Matveev's repositories - dotfiles.git/commitdiff
zsh-autoenv usage
authorSergey Matveev <stargrave@stargrave.org>
Sat, 15 May 2021 07:32:46 +0000 (10:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 15 May 2021 07:32:46 +0000 (10:32 +0300)
zsh/.zshrc

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