Skip to content

Instantly share code, notes, and snippets.

@garthk
Created August 29, 2024 08:02
Show Gist options
  • Save garthk/daa3173ee4c4ac0d51980fefa80448d1 to your computer and use it in GitHub Desktop.
Save garthk/daa3173ee4c4ac0d51980fefa80448d1 to your computer and use it in GitHub Desktop.
ZSH plugin to load SSH keys from your macOS keychain
if [[ -o login && -o interactive ]]; then
ssh-add -q --apple-load-keychain
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment