We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9664ab commit e2300d4Copy full SHA for e2300d4
dotfiles/macos/.zshrc
@@ -4,11 +4,7 @@ export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib
4
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
5
. "$HOME/.local/bin/env"
6
7
-# Cache keychain eval to avoid subprocess on every startup
8
-if [ -z "$SSH_AUTH_SOCK" ]; then
9
- eval "$(keychain --eval --quiet --agents ssh ~/.ssh/github-air ~/.ssh/macbook-pro)"
10
-fi
11
-
+eval "$(keychain --eval --quiet --agents ssh ~/.ssh/github-air ~/.ssh/macbook-pro)"
12
eval "$(/opt/homebrew/bin/brew shellenv)"
13
14
# Skip quote display for faster startup (can be called manually with 'quote' command)
0 commit comments