summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 11ccbba..b0b3bc0 100644
--- a/bashrc
+++ b/bashrc
@@ -60,9 +60,9 @@ export SDL_AUDIODRIVER=alsa
export XDG_DATA_HOME=$HOME/.local/share
export LESS="-R -M --shift 10"
export EMAIL="reiner@reiner-h.de"
+export GPG_TTY=$(tty)
# use vim as pager (VimTip 167)
export MANPAGER="/bin/sh -c \"col -b -x | view -u ~/.vim/pager.vim -c 'set ft=man nomod nolist' -\""
export PERLDOC_PAGER=$MANPAGER
-