dotfiles/.chezmoitemplates/fzf-bash_linux.tmpl
2025-02-19 18:19:17 +01:00

7 lines
153 B
Cheetah

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