gzip/colorzgrep.csh
renxichen b3f526f3c7 fix typo error in csh
(cherry picked from commit 23ee0bd73c08428a1358208e62a6cc56088bfaad)
2023-06-01 10:29:09 +08:00

10 lines
216 B
Tcsh

test -f /usr/libexec/grepconf.sh
if ( $status == 1 ) exit
/usr/libexec/grepconf.sh -c
if ( $status == 1 ) exit
alias zgrep 'zgrep --color=auto'
alias zfgrep 'zfgrep --color=auto'
alias zegrep 'zegrep --color=auto'