chore: replace 'silver-searcher' with ripgrep
This commit is contained in:
@@ -60,7 +60,7 @@ export XDG_DATA_HOME=$HOME/.local/share
|
||||
if [ -f "/usr/bin/fzf" ]; then
|
||||
# Fuzzy finder setup
|
||||
export FZF_COMPLETION_TRIGGER='**'
|
||||
export FZF_DEFAULT_COMMAND='ag -g ""'
|
||||
export FZF_DEFAULT_COMMAND='rg --files ""'
|
||||
export FZF_DEFAULT_OPTS="
|
||||
--pointer='❭'
|
||||
--height 10%
|
||||
|
||||
Reference in New Issue
Block a user