Add fzf.bash

This commit is contained in:
Paul Walker
2019-10-18 09:04:45 +01:00
parent 6e93a6cb7f
commit cede89534d

View File

@@ -8,10 +8,6 @@ fi
# ---------------
[[ $- == *i* ]] && source "/home/paul/.fzf/shell/completion.bash" 2> /dev/null
export FZF_DEFAULT_COMMAND='fd --type f --color=never'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_ALT_C_COMMAND='fd --type d . --color=never'
# Key bindings
# ------------
source "/home/paul/.fzf/shell/key-bindings.bash"