ohmyzsh/lib/grep.zsh
2011-04-18 17:00:21 +02:00

6 lines
No EOL
119 B
Bash
Executable file

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