Dotfiles/.fzf.bash

14 lines
283 B
Bash
Raw Normal View History

2023-11-16 19:50:07 +00:00
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/tsv/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/home/tsv/.fzf/bin"
fi
# Auto-completion
# ---------------
source "/home/tsv/.fzf/shell/completion.bash"
# Key bindings
# ------------
source "/home/tsv/.fzf/shell/key-bindings.bash"