From e8834bbdd00922405bbedca22c645e07d0c547cf Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 15 May 2021 10:32:46 +0300 Subject: [PATCH] zsh-autoenv usage --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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 +# }}} -- 2.44.0