commit 2317d47c82e515d8ee35143283f9b3d030f7ccbf
parent 18ba6b73ee2a424441b96cdee3ce8a598b1578f8
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 4 Nov 2017 15:46:56 -0700
Add GPG_TTY in .zshrc
Tells gpg where to pop up its PIN entry dialog.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -5,6 +5,7 @@ export EDITOR=/usr/bin/vim
export GNUPGHOME="$HOME/.gnupg"
export GREP_OPTIONS="--color=auto"
export GOMA_DIR="$HOME/src/goma"
+export GPG_TTY="$(tty)"
# p4 config
export P4CONFIG=.p4config