From e99fe3d1f27ddd6a6cf1a19ecb004644f092ceb5 Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Sun, 8 Jul 2018 22:56:16 -0500 Subject: Replaced use of ssh-agent with gpg-agent --- .zshenv | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshenv') diff --git a/.zshenv b/.zshenv index 8d18e93..c663fb1 100644 --- a/.zshenv +++ b/.zshenv @@ -16,6 +16,8 @@ export SUDO_EDITOR="vim" export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82 export GPG_TTY=$(tty) +export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh +unset SSH_AGENT_PID # Source outside scripts source /usr/share/doc/pkgfile/command-not-found.zsh -- cgit v1.2.3