diff options
author | Alan Pearce | 2014-07-16 19:50:41 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-16 19:53:22 +0100 |
commit | b72cbd67c049e7ce79f94f2313f7016d5d1ddde9 (patch) | |
tree | c303e3902626229332022909fd5ec7df9d39dffa /tag-zsh/config/zsh | |
parent | 5c1be534901ea23dfd02ab43f444818b276a1f75 (diff) | |
download | dotfiles-b72cbd67c049e7ce79f94f2313f7016d5d1ddde9.tar.lz dotfiles-b72cbd67c049e7ce79f94f2313f7016d5d1ddde9.tar.zst dotfiles-b72cbd67c049e7ce79f94f2313f7016d5d1ddde9.zip |
Zsh: add envoy support
Diffstat (limited to 'tag-zsh/config/zsh')
-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 |