Removing lib/grep due to deprecated GREP_OPTIONS

based on this https://github.com/robbyrussell/oh-my-zsh/issues/3340,
I'm just cutting this because I don't really need it anyway.
This commit is contained in:
Nathan Stilwell 2016-03-04 11:41:30 -05:00
commit f04344dbfe

View file

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