2010-06-11 09:34:46 +00:00
|
|
|
|
|
|
|
# color-grep initialization
|
|
|
|
|
2014-08-20 13:25:05 +00:00
|
|
|
/usr/libexec/grepconf.sh -c
|
|
|
|
if ( $status == 1 ) then
|
|
|
|
exit
|
2010-06-11 09:34:46 +00:00
|
|
|
endif
|
|
|
|
|
2010-06-07 15:25:12 +00:00
|
|
|
alias grep 'grep --color=auto'
|
2023-07-13 15:36:06 +00:00
|
|
|
alias egrep 'grep -E --color=auto'
|
|
|
|
alias fgrep 'grep -F --color=auto'
|