1
0
Fork 0

zsh: fix grep function

This commit is contained in:
Von Random 2023-02-06 18:04:03 +02:00
parent ed8d249300
commit 2be9bbfad6

View file

@ -39,7 +39,7 @@ fixterm() { printf $'c' }
diff() { command diff --color $@ }
tailf() { command less +F $@ }
grep() { command grep --color=auto }
grep() { command grep --color=auto $@ }
rgrep() { grep --exclude-dir=.git -R $@ }
s() { termcompat ssh $@ }