summaryrefslogtreecommitdiff
path: root/grep.zsh
blob: 93c4270b60c808e2f59ad925b1ea657bb2cdf50c (plain)
1
2
3
4
5
6
#
# Color grep results
# Examples: http://rubyurl.com/ZXv
#
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'