diff --git a/zshrc b/zshrc index f511d85..9098f6d 100755 --- a/zshrc +++ b/zshrc @@ -32,7 +32,7 @@ fi ### SSH keys # ============ -if mac; then +if mac && [[ "$TERM_PROGRAM" != "vscode" ]]; then ssh-add --apple-load-keychain fi