dotfiles/.chezmoitemplates/fzf-bash_darwin.tmpl

8 lines
169 B
Cheetah
Raw Normal View History

2023-08-27 19:09:24 +02:00
# Setup fzf
# ---------
2025-04-10 20:15:05 +02:00
if [[ ! "$PATH" == *{{ .chezmoi.homeDir }}/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}{{ .chezmoi.homeDir }}/.fzf/bin"
2023-08-27 19:09:24 +02:00
fi
2025-04-10 20:15:05 +02:00
eval "$(fzf --bash)"