Skip to content

Commit

Permalink
bashrc: grep alias
Browse files Browse the repository at this point in the history
  • Loading branch information
notheowner committed Feb 7, 2025
1 parent b7c2387 commit 6b4c65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b4c65a

Please sign in to comment.