Stop loading the keychain at every shell startup, it's slow
This commit is contained in:
parent
e7e599fef1
commit
94bf862741
1 changed files with 0 additions and 4 deletions
4
zshrc
4
zshrc
|
|
@ -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
|
||||
# ===================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue