Use fd for fzf
This commit is contained in:
@@ -4,6 +4,9 @@ if [[ ! "$PATH" == */home/paul/.fzf/bin* ]]; then
|
||||
export PATH="${PATH:+${PATH}:}/home/paul/.fzf/bin"
|
||||
fi
|
||||
|
||||
export FZF_DEFAULT_COMMAND='fd --type f --color=never'
|
||||
export FZF_ALT_C_COMMAND='fd --type d . --color=never'
|
||||
|
||||
# Auto-completion
|
||||
# ---------------
|
||||
[[ $- == *i* ]] && source "/home/paul/.fzf/shell/completion.bash" 2> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user