summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 985eb64..b59652f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -350,7 +350,7 @@ yd(){
}
# some script to make this damn agent work easier
-if [[ -z $DISPLAY ]]; then
+if [[ -n $DISPLAY ]]; then
source ${HOME}/bin/gpg-agent.sh
fi