From 2019f717b0f6861dc042c3449726c7bf24ff530e Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 15 Oct 2017 10:30:00 -0700 Subject: [PATCH] Remove duplicate entry --- link/nix/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index a18d638..bde0f35 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -69,11 +69,6 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh # export MANPATH="/usr/local/man:$MANPATH" -# Start GPG agent -export GPG_TTY=$(tty) -gpg-connect-agent /bye -export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh - # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder.