diff --git a/zshrc b/zshrc index 37ada10..6907af1 100755 --- a/zshrc +++ b/zshrc @@ -288,6 +288,9 @@ if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then source $KEYCHAINFILE >/dev/null fi fi +if is_interactive && command_exists ssh-add && [[ -d ~/.ssh ]]; then + ssh-add -A +fi # 12. rbenv and pyenv # ===================