Stop loading the keychain at every shell startup, it's slow

This commit is contained in:
Sami Samhuri 2024-12-16 08:57:09 -08:00
parent e7e599fef1
commit 94bf862741
No known key found for this signature in database

4
zshrc
View file

@ -41,10 +41,6 @@ fi
### SSH keys
# ============
if mac && [[ "$TERM_PROGRAM" != "vscode" ]] && [[ -z "$INTELLIJ_ENVIRONMENT_READER" ]]; then
ssh-add --apple-load-keychain
fi
### Environment Vars
# ===================