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.
|
# 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
|