diff options
Diffstat (limited to 'tag-zsh/config')
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 6 |
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 |