aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
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 03d6f93..eb472c3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -774,7 +774,7 @@ NO_verbose \
# GPG / SSH AGENT
if [[ "KEYCHAIN" = "True" ]]; then
- keychain id_rsa
+ keychain id_rsa id_rsa.lambda id_ecdsa
keychain -Q ${GPGKEY} ${GPGKEY1}
[ -z "$HOSTNAME" ] && HOSTNAME=`uname -n`
[ -f $HOME/.keychain/$HOSTNAME-sh ] &&