changeset 14:44cb360e19b6

set GPG_TTY env var
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 03 Dec 2011 10:43:51 +0100
parents db85a076d8ae
children 0a35309e7504
files zshrc-xanthippe
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-xanthippe	Wed Nov 30 10:05:42 2011 +0100
+++ b/zshrc-xanthippe	Sat Dec 03 10:43:51 2011 +0100
@@ -5,4 +5,5 @@
 . $HOME/.zsh-env/zshrc-jdk
 . $HOME/.zsh-env/zshrc-maven
 
+export GPG_TTY=`tty`
 export PATH="$HOME/bin:${PATH}"