Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > os-src > by-pkgid > 13da7dc9245d9eda3bf78168ea4b1e99 > files > 2

grep-2.9-3.fc16.src.rpm


# color-grep initialization

if ( -r /etc/GREP_COLORS ) then
    set color_none=`sed -n '/^COLOR.*none/Ip' < /etc/GREP_COLORS`
    if ( "$color_none" != '' ) then
        unset color_none
        exit
    endif
    unset color_none
endif

alias grep 'grep --color=auto'
alias egrep 'egrep --color=auto'
alias fgrep 'fgrep --color=auto'