dotfiles/.chezmoitemplates/fzf-zsh_linux.tmpl

8 lines
134 B
Cheetah
Raw Normal View History

2023-08-28 11:56:52 +02:00
# Setup fzf
# ---------
2025-01-19 18:07:41 +01:00
if [[ ! "$PATH" == */root/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/root/.fzf/bin"
2023-08-28 11:56:52 +02:00
fi
2025-01-19 18:07:41 +01:00
source <(fzf --zsh)