From a3c39dc1ee83b236e3b6a03fb05565a82b3fc4ee Mon Sep 17 00:00:00 2001 From: hektor Date: Tue, 9 Jun 2026 19:51:09 +0200 Subject: [PATCH] chore: replace 'silver-searcher' with ripgrep --- dots/.bashrc | 2 +- home/hosts/packages.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/.bashrc b/dots/.bashrc index 5f8c5309..04e65d1a 100644 --- a/dots/.bashrc +++ b/dots/.bashrc @@ -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% diff --git a/home/hosts/packages.nix b/home/hosts/packages.nix index 1331b5f7..1f3153de 100644 --- a/home/hosts/packages.nix +++ b/home/hosts/packages.nix @@ -15,7 +15,6 @@ with pkgs; parallel pass ripgrep - silver-searcher sops tldr tree