Created
August 29, 2024 08:02
-
-
Save garthk/daa3173ee4c4ac0d51980fefa80448d1 to your computer and use it in GitHub Desktop.
ZSH plugin to load SSH keys from your macOS keychain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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