]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/grep.zsh
vim: add choice snippet for sh
[dotfiles.git] / zsh / lib / grep.zsh
index a154ed90cd8911d1488f2339e5ae5628e1b7ed60..0d05515ba942c39494dacf7099272c33562a6afc 100644 (file)
@@ -1,5 +1,5 @@
 #
 # Color grep results
 #
-export GREP_OPTIONS='--color=auto'
-export GREP_COLOR='1;32'
+alias grep='grep --color=auto'
+export GREP_COLORS='ms=1;32:mc=1;31'