Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 192 |
- |
1 |
# color-grep initialization
|
|
|
2 |
|
|
|
3 |
/usr/libexec/grepconf.sh -c || return
|
|
|
4 |
|
|
|
5 |
alias grep='grep --color=auto' 2>/dev/null
|
|
|
6 |
alias egrep='egrep --color=auto' 2>/dev/null
|
|
|
7 |
alias fgrep='fgrep --color=auto' 2>/dev/null
|