From 299332d2ce4f01e06674529fc2a5bcbb24ac493c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 21 Sep 2025 10:26:06 +0300 Subject: [PATCH] {bash,zsh}rc: switch batgrep alias to bgrep from grep --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index d0e1ce95..8f222cf5 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -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 diff --git a/rc/zshrc b/rc/zshrc index b6727a9b..19ab7bf3 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -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