mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
fixed error
This commit is contained in:
parent
ff3cc0ab9c
commit
c459edde5d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user