all repos — archive/dotfiles @ b07c260e62bf809b6b60c12c83515335c0da0c5e

Superseded by nixfiles

zsh: Don't run envoy when SSH_AUTH_SOCK is defined
Alan Pearce alan@alanpearce.co.uk
Sat, 19 Jul 2014 19:51:42 +0100
commit

b07c260e62bf809b6b60c12c83515335c0da0c5e

parent

40133c84069510bc09ff2b460d0bf0f3da36097a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -50,7 +50,7 @@ then 	eval "$(direnv hook zsh)"
 fi
 
-if [[ $os == gnu && -s $commands[envoy] ]]
+if [[ $os == gnu && -z $SSH_AUTH_SOCK && -s $commands[envoy] ]]
 then
 	envoy -t gpg-agent
 	eval $(envoy -p)