summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshenv6
1 files changed, 6 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index 072e6f7..24dca14 100755
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-zsh/config/zsh/zshenv
@@ -49,3 +49,9 @@ if [[ -s $commands[direnv] ]]
 then
 	eval "$(direnv hook zsh)"
 fi
+
+if [[ $os == gnu && -s $commands[envoy] ]]
+then
+	envoy -t gpg-agent
+	eval $(envoy -p)
+fi