Dotfiles/.fzf.bash

14 lines
271 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
# ---------------
2024-03-16 11:34:26 +00:00
source "/home/tsv/.fzf/completion.bash"
2023-11-16 19:50:07 +00:00
# Key bindings
# ------------
2024-03-16 11:34:26 +00:00
source "/home/tsv/.fzf/key-bindings.bash"