{bash,zsh}rc: switch batgrep alias to bgrep from grep

This commit is contained in:
Aminda Suomalainen 2025-09-21 10:26:06 +03:00
parent ed3e7f8592
commit 299332d2ce
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 2 additions and 2 deletions

View File

@ -704,7 +704,7 @@ if ! hash btraceback 2> /dev/null; then
fi
if hash rg 2> /dev/null; then
if hash batgrep 2> /dev/null; then
alias grep=batgrep
alias bgrep=batgrep
fi
fi
if hash batman 2> /dev/null; then

View File

@ -692,7 +692,7 @@ if ! hash btraceback 2> /dev/null; then
fi
if hash rg 2> /dev/null; then
if hash batgrep 2> /dev/null; then
alias grep=batgrep
alias bgrep=batgrep
fi
fi
if hash batman 2> /dev/null; then