2006-02-20 13:02:03 +00:00
|
|
|
#
|
|
|
|
# Match colors for grep, if supported
|
|
|
|
#
|
|
|
|
|
2016-02-20 18:26:50 +00:00
|
|
|
if echo | command grep --color=auto "" >/dev/null 2>&1
|
2014-11-25 00:47:30 +00:00
|
|
|
function grep
|
|
|
|
command grep --color=auto $argv
|
2006-02-20 13:02:03 +00:00
|
|
|
end
|
|
|
|
end
|