chore: replace 'silver-searcher' with ripgrep

This commit is contained in:
2026-06-09 19:51:09 +02:00
parent 82f2f1ad85
commit a3c39dc1ee
2 changed files with 1 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ export XDG_DATA_HOME=$HOME/.local/share
if [ -f "/usr/bin/fzf" ]; then if [ -f "/usr/bin/fzf" ]; then
# Fuzzy finder setup # Fuzzy finder setup
export FZF_COMPLETION_TRIGGER='**' export FZF_COMPLETION_TRIGGER='**'
export FZF_DEFAULT_COMMAND='ag -g ""' export FZF_DEFAULT_COMMAND='rg --files ""'
export FZF_DEFAULT_OPTS=" export FZF_DEFAULT_OPTS="
--pointer='❭' --pointer='❭'
--height 10% --height 10%

View File

@@ -15,7 +15,6 @@ with pkgs;
parallel parallel
pass pass
ripgrep ripgrep
silver-searcher
sops sops
tldr tldr
tree tree