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 <[email protected]>
This commit is contained in:
Prasad Joshi
2012-10-05 20:00:04 +02:00
committed by Jérôme Duval
parent b9b8b20f3f
commit 642eeda1c1
+3
View File
@@ -0,0 +1,3 @@
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'