X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;fp=zsh%2F.zshrc;h=0a18bb0288764271526a46dede629a7c5165c7a0;hp=45b63a6de76f8a8300b05f9f672c723e11c37885;hb=e8834bbdd00922405bbedca22c645e07d0c547cf;hpb=1de3d4b7a55b2628eeccb0dd704c554bf8aee63e 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 +# }}}