]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/grep.zsh
93c4270b60c808e2f59ad925b1ea657bb2cdf50c
[dotfiles.git] / zsh / lib / grep.zsh
1 #
2 # Color grep results
3 # Examples: http://rubyurl.com/ZXv
4 #
5 export GREP_OPTIONS='--color=auto'
6 export GREP_COLOR='1;32'