From cb16f8729c15f1790ba778cdc21379bccd47d2fa Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Fri, 21 Jul 2017 22:19:31 -0500 Subject: Added a GPG variable to .zshrc Added a line to .zshrc to allow use of GPG smartcard mode --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') 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() { -- cgit v1.2.3