Update ssh-add options for macOS 12 Monterey

This commit is contained in:
Sami Samhuri 2021-11-17 23:22:08 -08:00
parent 74b2fae9dc
commit 0768a68e4f

2
zshrc
View file

@ -328,5 +328,5 @@ fi
# 10. SSH keys
# ============
if mac; then
ssh-add -A
ssh-add --apple-load-keychain
fi