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

7 lines
152 B
Cheetah

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