cf483b
cf483b
# color-grep initialization
cf483b
cf483b
if ( -r /etc/GREP_COLORS ) then
cf483b
    set color_none=`sed -n '/^COLOR.*none/Ip' < /etc/GREP_COLORS`
cf483b
    if ( "$color_none" != '' ) then
cf483b
        unset color_none
cf483b
        exit
cf483b
    endif
cf483b
    unset color_none
cf483b
endif
cf483b
cf483b
alias grep 'grep --color=auto'
cf483b
alias egrep 'egrep --color=auto'
cf483b
alias fgrep 'fgrep --color=auto'