Remove lib/grep.zsh, as it has nothing to do with zsh settings...

deleted:    lib/grep.zsh
This commit is contained in:
Olivier Verdier 2011-09-08 19:22:29 +02:00
commit 5cd17fd8d6

View file

@ -1,6 +0,0 @@
#
# Color grep results
# Examples: http://rubyurl.com/ZXv
#
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'