Add fzf.bash
This commit is contained in:
@@ -8,10 +8,6 @@ fi
|
|||||||
# ---------------
|
# ---------------
|
||||||
[[ $- == *i* ]] && source "/home/paul/.fzf/shell/completion.bash" 2> /dev/null
|
[[ $- == *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
|
# Key bindings
|
||||||
# ------------
|
# ------------
|
||||||
source "/home/paul/.fzf/shell/key-bindings.bash"
|
source "/home/paul/.fzf/shell/key-bindings.bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user