diff options
author | xyz <gky44px1999@gmail.com> | 2022-11-08 16:56:29 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-11-08 16:56:29 -0800 |
commit | a2e15e1de818938603147c75d80518188f9391c8 (patch) | |
tree | a11590c74d19b31703b54ad1646c33713ae653c4 /home/xyz/.bashrc | |
parent | 44bde37ea7765621f5d9147470e46afdb0c71a51 (diff) |
change grep aliases
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 31eff1f5..a5f61cc3 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -69,7 +69,8 @@ alias d='\sdcv --color' # https://superuser.com/a/1202867 alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" alias g=git -alias gr='\grep --color=auto -iIR' +alias gr='\grep --color=auto -i' +alias grr='\grep --color=auto -iIR' alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' alias lpp='loop ping 1.1.1.1' |