grep/colorgrep.csh
2022-05-26 09:13:37 -04:00

12 lines
196 B
Tcsh

# color-grep initialization
/usr/libexec/grepconf.sh -c
if ( $status == 1 ) then
exit
endif
alias grep 'grep --color=auto'
alias egrep 'egrep --color=auto'
alias fgrep 'fgrep --color=auto'