2023-05-31 17:40:24 +08:00
|
|
|
test -f /usr/libexec/grepconf.sh
|
2022-06-20 15:05:46 +08:00
|
|
|
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'
|