gzip/SOURCES/colorzgrep.csh

10 lines
216 B
Tcsh
Raw Normal View History

2020-09-17 14:08:17 +00:00
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'