From: Sergey Matveev Date: Sat, 15 May 2021 07:32:46 +0000 (+0300) Subject: zsh-autoenv usage X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=e8834bbdd00922405bbedca22c645e07d0c547cf;hp=1de3d4b7a55b2628eeccb0dd704c554bf8aee63e zsh-autoenv usage --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 45b63a6..0a18bb0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 +# }}}