Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
test -f /usr/libexec/grepconf.sh
|
|
|
2 |
if ( $status == 1 ) exit
|
|
|
3 |
|
|
|
4 |
/usr/libexec/grepconf.sh -c
|
|
|
5 |
if ( $status == 1 ) exit
|
|
|
6 |
|
|
|
7 |
alias zgrep 'zgrep --color=auto'
|
|
|
8 |
alias zfgrep 'zfgrep --color=auto'
|
|
|
9 |
alias zegrep 'zegrep --color=auto'
|