From 58887bf6b5351f96429ce6b428b7bb7f9ede7b6b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Jun 2011 17:54:23 +0200 Subject: zshrc: always load gpg-agent.sh Signed-off-by: Florian Pritz --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 398d514..806a16b 100644 --- a/.zshrc +++ b/.zshrc @@ -354,9 +354,7 @@ yd(){ } # some script to make this damn agent work easier -if [[ -n $DISPLAY ]]; then - source ${HOME}/bin/gpg-agent.sh -fi +source ${HOME}/bin/gpg-agent.sh # yeah I know you shouldn't use it... google(){ -- cgit v1.2.3-24-g4f1b