aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 005b8b6..cc048f8 100644
--- a/.zshrc
+++ b/.zshrc
@@ -797,7 +797,7 @@ NO_verbose \
# GPG / SSH AGENT
-if [[ "True" = "True" ]]; then
+if [[ "KEYCHAIN" = "True" ]]; then
keychain id_rsa
#keychain -Q ${GPGKEY} ${GPGKEY1}
[ -z "$HOSTNAME" ] && HOSTNAME=`uname -n`