grep.zsh 119 B

123456
  1. #
  2. # Color grep results
  3. # Examples: http://rubyurl.com/ZXv
  4. #
  5. export GREP_OPTIONS='--color=auto'
  6. export GREP_COLOR='1;32'