ohmyzsh/lib/grep.zsh
2011-06-11 18:02:38 -04:00

6 lines
178 B
Bash

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