dotfiles/.zsh.d/fzf.zsh

8 lines
251 B
Bash
Raw Normal View History

2024-02-10 12:33:24 +00:00
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/kazu634/.fzf/bin* ]]; then
export PATH="${PATH:+${PATH}:}/home/kazu634/.fzf/bin"
export FZF_DEFAULT_OPTS='--color=fg+:11 --cycle --reverse --height=80% --exit-0 --bind=ctrl-j:accept --no-sort'
fi