891537f1ca
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gzip#acd220d425adb9f626284cb2e893c1bc9047a439
10 lines
216 B
Tcsh
10 lines
216 B
Tcsh
test -f /usr/libexec/grepconf.sh
|
|
if ( $status == 1 ) exit
|
|
|
|
/usr/libexec/grepconf.sh -c
|
|
if ( $status == 1 ) exit
|
|
|
|
alias zgrep 'zgrep --color=auto'
|
|
alias zfgrep 'zfgrep --color=auto'
|
|
alias zegrep 'zegrep --color=auto'
|