Turn on the coloring with <ef>grep (ticket #9044)

All grep versions have the ability to display a colored
output. The patch turns on coloring in auto mode.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Prasad Joshi 2012-10-05 22:36:07 +05:30 committed by Jérôme Duval
parent b9b8b20f3f
commit 642eeda1c1
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'