diff --git a/zshrc b/zshrc index 2e29c65..1fe5c56 100755 --- a/zshrc +++ b/zshrc @@ -318,3 +318,9 @@ fi if command_exists direnv; then eval "$(direnv hook zsh)" fi + +# 10. SSH keys +# ============ +if mac; then + ssh-add -A +fi