a5ad1f63bd
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/grep#15ff98af0f77e3b21d2c74251051860f8513d4a7
12 lines
196 B
Tcsh
12 lines
196 B
Tcsh
|
|
# color-grep initialization
|
|
|
|
/usr/libexec/grepconf.sh -c
|
|
if ( $status == 1 ) then
|
|
exit
|
|
endif
|
|
|
|
alias grep 'grep --color=auto'
|
|
alias egrep 'egrep --color=auto'
|
|
alias fgrep 'fgrep --color=auto'
|