Skip to content

Commit e2300d4

Browse files
committed
feat
1 parent f9664ab commit e2300d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dotfiles/macos/.zshrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib
44
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
55
. "$HOME/.local/bin/env"
66

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-
7+
eval "$(keychain --eval --quiet --agents ssh ~/.ssh/github-air ~/.ssh/macbook-pro)"
128
eval "$(/opt/homebrew/bin/brew shellenv)"
139

1410
# Skip quote display for faster startup (can be called manually with 'quote' command)

0 commit comments

Comments
 (0)