dotfiles/.chezmoitemplates/fzf-bash_linux.tmpl
2025-04-10 09:32:58 +02:00

7 lines
169 B
Cheetah

# Setup fzf
# ---------
if [[ ! "$PATH" == *{{ .chezmoi.homeDir }}/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}{{ .chezmoi.homeDir }}/.fzf/bin"
fi
eval "$(fzf --bash)"