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