ohmyzsh/lib/grep.zsh
SimonGreenhill 8b572a010d Revert "merge"
This reverts commit 5e8734bfd6, reversing
changes made to 7a41498b0d.
2012-01-14 23:06:08 +13:00

6 lines
No EOL
119 B
Bash

#
# Color grep results
# Examples: http://rubyurl.com/ZXv
#
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'