dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2745f1e3b4803f1c8728089667a18f3178cd18dc
parent 3329dfa1b6bfecc00353d1e9db50bcab9fb41521
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 31 Aug 2016 20:22:59 -0700

fix gpg authentication issue

Diffstat:
M.bashrc | 2++
M.zshrc | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -202,3 +202,5 @@ fi [ -d /home/ad/pism ] && export PATH=/home/ad/pism/bin:$PATH [ -d ~/code/issm/trunk ] && export ISSM_DIR=~/code/issm/trunk + +export GPG_TTY=`tty` diff --git a/.zshrc b/.zshrc @@ -249,3 +249,5 @@ alias sha256sum='shasum -a 256' [ -f ~/.bash_profile ] && source ~/.bash_profile [ -d /home/ad/pism ] && export PATH=/home/ad/pism/bin:$PATH [ -d ~/code/issm/trunk ] && export ISSM_DIR=~/code/issm/trunk + +export GPG_TTY=`tty`