zsh: fix grep function
This commit is contained in:
parent
ed8d249300
commit
2be9bbfad6
1 changed files with 1 additions and 1 deletions
|
@ -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 $@ }
|
||||
|
||||
|
|
Loading…
Reference in a new issue