Fix ported bash config

This commit is contained in:
ViViDboarder 2025-01-23 13:31:15 -08:00
parent fefed75ba9
commit 9ab94fecb2

View File

@ -107,7 +107,7 @@ else
# Key bindings
source $fzf_shell_path/key-bindings.bash
end
fi
fi
if type rg &> /dev/null; then
export FZF_DEFAULT_COMMAND='rg --files'