d31abab5f7
Resolves: rhbz#2215713
12 lines
200 B
Tcsh
12 lines
200 B
Tcsh
|
|
# color-grep initialization
|
|
|
|
/usr/libexec/grepconf.sh -c
|
|
if ( $status == 1 ) then
|
|
exit
|
|
endif
|
|
|
|
alias grep 'grep --color=auto'
|
|
alias egrep 'grep -E --color=auto'
|
|
alias fgrep 'grep -F --color=auto'
|