From ce8accfb192d919599264f4e92005ef4dd5a99ec Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 10 Jul 2025 22:45:44 +0200 Subject: [PATCH] rgi instead of rg always ignore --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3943a19..18a2f1b 100644 --- a/.zshrc +++ b/.zshrc @@ -48,7 +48,7 @@ alias open=xdg-open alias ipb="ip -brief" alias psa="ps -eadf" alias fsize="stat --printf='%s'" -alias rg="rg --no-ignore" +alias rgi="rg --no-ignore" alias home="cd $HOME" alias ff=firefox alias bell="tput bel"