]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/grep.zsh
nvim: add FPP copyright snippet
[dotfiles.git] / zsh / lib / grep.zsh
index 93c4270b60c808e2f59ad925b1ea657bb2cdf50c..0d05515ba942c39494dacf7099272c33562a6afc 100644 (file)
@@ -1,6 +1,5 @@
 #
 # Color grep results
 #
 # Color grep results
-# Examples: http://rubyurl.com/ZXv
 #
 #
-export GREP_OPTIONS='--color=auto'
-export GREP_COLOR='1;32'
\ No newline at end of file
+alias grep='grep --color=auto'
+export GREP_COLORS='ms=1;32:mc=1;31'