Zsh: add envoy support
Alan Pearce alan@alanpearce.co.uk
Wed, 16 Jul 2014 19:50:41 +0100
1 files changed, 6 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshenv → 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