aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2016-01-16 01:41:53 +0100
committerThomas Schneider <thosch97@gmail.com>2016-01-16 01:41:53 +0100
commitb52be887c43e7c63b0414534141ebe7a44c6855e (patch)
tree0e0d51e6f73ce25169b66ccd65cea9e3d29ff5f6
parente4fc37a864256ee358b6425c7fc004b976d5b090 (diff)
.zshenv: Set GPG_TTY
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
-rw-r--r--dot.zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.zshenv b/dot.zshenv
index 907f97d..83ebf83 100644
--- a/dot.zshenv
+++ b/dot.zshenv
@@ -1,3 +1,4 @@
export GOPATH=~/.go/
export LESS="FSRX"
export PATH=${PATH/::/:}
+export GPG_TTY=$(tty)