Update ssh-add options for macOS 12 Monterey
This commit is contained in:
parent
74b2fae9dc
commit
0768a68e4f
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -328,5 +328,5 @@ fi
|
||||||
# 10. SSH keys
|
# 10. SSH keys
|
||||||
# ============
|
# ============
|
||||||
if mac; then
|
if mac; then
|
||||||
ssh-add -A
|
ssh-add --apple-load-keychain
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue