summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2017-07-21 22:19:31 -0500
committerDaniel Holman <dholman@gymli.org>2017-07-21 22:19:31 -0500
commitcb16f8729c15f1790ba778cdc21379bccd47d2fa (patch)
tree8bb0a7007446ab11abd76b8b924c4989129df27b
parentd1facc7b92cfc2a938181a5fa5bb739d9a4b34ce (diff)
Added a GPG variable to .zshrc
Added a line to .zshrc to allow use of GPG smartcard mode
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1d6734a..8a8a642 100644
--- a/.zshrc
+++ b/.zshrc
@@ -44,6 +44,7 @@ export EDITOR="vim"
export SUDO_EDITOR="rvim"
export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82
+export GPG_TTY=$(tty)
# Make shell stuff behave nicely
man() {