Cleaned up for new machine portability: removed hardcoded paths, EOL packages, and redundant version managers. Consolidated NVM loading, added work git identity support via includeIf. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
156 B
Bash
8 lines
156 B
Bash
# Setup fzf
|
|
# ---------
|
|
if [[ ! "$PATH" == */opt/homebrew/opt/fzf/bin* ]]; then
|
|
PATH="${PATH:+${PATH}:}/opt/homebrew/opt/fzf/bin"
|
|
fi
|
|
|
|
source <(fzf --zsh)
|