ohmyzsh/lib/grep.zsh
Charles-Pierre Astolfi 099fa2d05b mines
2013-07-26 10:11:04 +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'