From cede89534d53bd06686c3f46f5637a8f35856f88 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 18 Oct 2019 09:04:45 +0100 Subject: [PATCH] Add fzf.bash --- bashrc.d/fzf.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bashrc.d/fzf.bash b/bashrc.d/fzf.bash index a0a7f3b..73095da 100644 --- a/bashrc.d/fzf.bash +++ b/bashrc.d/fzf.bash @@ -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"