]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/grep.zsh
Squashed commit of the following + cleanup afterwards:
[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'