1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

fixed error

This commit is contained in:
Ryan Kes 2020-08-24 14:31:14 +02:00
parent ff3cc0ab9c
commit c459edde5d

View File

@ -251,7 +251,7 @@ if set -q FZF_COMPLETE
end end
# Make fzf use ripgrep if available # Make fzf use ripgrep if available
if type rg &> /dev/null if type -q rg
export FZF_DEFAULT_COMMAND='rg --files' export FZF_DEFAULT_COMMAND='rg --files'
export FZF_DEFAULT_OPTS='-m --height 50% --border' export FZF_DEFAULT_OPTS='-m --height 50% --border'
end end