[zshrc] Run ssh-add -A on macOS
This commit is contained in:
parent
2829824fcb
commit
2474325663
1 changed files with 6 additions and 0 deletions
6
zshrc
6
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue