diff --git a/cli/.config/zsh/functions.zsh b/cli/.config/zsh/functions.zsh index b680cc1..c16f627 100644 --- a/cli/.config/zsh/functions.zsh +++ b/cli/.config/zsh/functions.zsh @@ -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 $@ }