summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-07-08 22:56:16 -0500
committerDaniel Holman <dholman@gymli.org>2018-07-08 22:56:16 -0500
commite99fe3d1f27ddd6a6cf1a19ecb004644f092ceb5 (patch)
treefd6f8c24ecfb55499a32e84b77bc4e9c5f8f04f7 /.zshenv
parentf7e14fa48165e0e24e863238e15b7579a603719f (diff)
Replaced use of ssh-agent with gpg-agent
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv2
1 files changed, 2 insertions, 0 deletions
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