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

7 lines
168 B
Cheetah

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