aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 5166e04..425595b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -798,8 +798,8 @@ NO_verbose \
# GPG / SSH AGENT
if [[ "True" = "True" ]]; then
- keychain id_rsa id_rsa.lambda id_ecdsa1 id_ecdsa2 id_ecdsa
- keychain -Q ${GPGKEY} ${GPGKEY1}
+ keychain id_rsa
+ #keychain -Q ${GPGKEY} ${GPGKEY1}
[ -z "$HOSTNAME" ] && HOSTNAME=`uname -n`
[ -f $HOME/.keychain/$HOSTNAME-sh ] &&
. $HOME/.keychain/$HOSTNAME-sh