From b06da435d7d7455daf297c0554c41c7b99585d46 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Mon, 15 Mar 2021 19:34:59 +0000 Subject: [PATCH] Remove gpg ssh auth lines This was a cool idea but results in a lot of config overhead and also means I have to put in my gpg password every time I ssh in, so I'm just going to use keys --- zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 453e4a9..9d62049 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -86,7 +86,3 @@ man() { stty -ixon # remove ctrl-s terminal freeze -# Enable GPG ssh auth - -export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) -gpgconf --launch gpg-agent