summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2015-07-11 16:56:56 +0200
committerAlan Pearce2015-07-11 16:56:56 +0200
commit996dd62da33cb0a2eea78ba344672d5d6c34b755 (patch)
tree598d0f27a30892fb212c2b334ee31bea1f5a3b9a /tag-zsh
parent5cdf7c8622b18e5ed82686770d6af5611b486b12 (diff)
downloaddotfiles-996dd62da33cb0a2eea78ba344672d5d6c34b755.tar.lz
dotfiles-996dd62da33cb0a2eea78ba344672d5d6c34b755.tar.zst
dotfiles-996dd62da33cb0a2eea78ba344672d5d6c34b755.zip
zsh: Disable GPG SSH support
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshenv3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index c48707a..1084ede 100755
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-zsh/config/zsh/zshenv
@@ -72,8 +72,7 @@ then
 	if [[ -e "$envfile" ]] && kill -0 $(grep GPG_AGENT_INFO "$envfile" | cut -d: -f 2) 2>/dev/null; then
 		eval "$(cat "$envfile")"
 	else
-		eval "$(gpg-agent --daemon --enable-ssh-support --write-env-file "$envfile")"
+		eval "$(gpg-agent --daemon --write-env-file "$envfile")"
 	fi
 	export GPG_AGENT_INFO  # the env file does not contain the export statement
-	export SSH_AUTH_SOCK   # enable gpg-agent for ssh
 fi