grep/SOURCES/colorgrep.csh

12 lines
196 B
Tcsh
Raw Normal View History

2022-05-17 10:38:26 +00:00
# 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'