summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc3
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'