summaryrefslogtreecommitdiffstats
path: root/env
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-17 02:13:19 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-17 02:13:35 -0400
commitb55c5450f0813f9ff55d25edde80444afa3d180f (patch)
tree335bfdc9b15850f4e83fc43082fe97886475cb19 /env
parentdc5cef8fa845c62cbf0a46c4ed67a662ba623dbf (diff)
downloadconf-b55c5450f0813f9ff55d25edde80444afa3d180f.tar.gz
conf-b55c5450f0813f9ff55d25edde80444afa3d180f.zip
need to set the tty for pinentry-curses to work
Diffstat (limited to 'env')
-rw-r--r--env1
1 files changed, 1 insertions, 0 deletions
diff --git a/env b/env
index 2199e8d..0f17166 100644
--- a/env
+++ b/env
@@ -1,3 +1,4 @@
+export GPG_TTY=`tty`
export PATH="${HOME}/.bin/nethack:${HOME}/.bin:/usr/local/sbin:/usr/local/bin:/usr/lib/ccache/bin:$PATH"
export MPD_HOST=bishamon
export MANPAGER="${HOME}/.bin/vimmanpager"