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