dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit ee84d28fc0a2000121129a473b196cf13ff1c2f0
parent 9d02182205c77f3f22603ba7d660b467d62b897d
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sat,  9 Sep 2017 14:27:55 -0700

bash: Add $GPG_TTY var to make gpg work

Diffstat:
bashrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bashrc b/bashrc @@ -72,6 +72,8 @@ if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color fi +export GPG_TTY=$(tty) + # load other files source ~/bin/ED.sh source ~/bin/checkium.sh