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