From 6b4c65ac0cd013c40e94496762c34e6052d30b90 Mon Sep 17 00:00:00 2001 From: notheowner <86596679+notheowner@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:38:46 +0200 Subject: [PATCH] bashrc: grep alias --- custom/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/bashrc b/custom/bashrc index 990262c..66f2a02 100644 --- a/custom/bashrc +++ b/custom/bashrc @@ -57,6 +57,7 @@ alias ll='ls -lh --color=always' alias la='ls -lAh --color=always' alias sed="sed -E" alias logcat="logcat -b all -v color -v usec -v uid" +alias grep='grep --color=auto' export ANDROID_DATA=/data export ANDROID_ROOT=/data