You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
201 B
8 lines
201 B
3 years ago
|
# color-grep initialization
|
||
|
|
||
|
/usr/libexec/grepconf.sh -c || return
|
||
|
|
||
|
alias grep='grep --color=auto' 2>/dev/null
|
||
|
alias egrep='egrep --color=auto' 2>/dev/null
|
||
|
alias fgrep='fgrep --color=auto' 2>/dev/null
|