all repos — nixfiles @ b07c260e62bf809b6b60c12c83515335c0da0c5e

System and user configuration, managed by nix and home-manager

zsh: Don't run envoy when SSH_AUTH_SOCK is defined

Alan Pearce
commit

b07c260e62bf809b6b60c12c83515335c0da0c5e

parent

40133c84069510bc09ff2b460d0bf0f3da36097a

1 file changed, 1 insertion(+), 1 deletion(-)

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)