Stop using deprecated GREP_OPTIONS environment variable

This commit is contained in:
Leonid Podolny 2014-12-06 21:17:21 +02:00
commit 30a02c15ba

View file

@ -20,5 +20,5 @@ elif grep-flag-available --exclude=.cvs; then
fi
unfunction grep-flag-available
export GREP_OPTIONS="$GREP_OPTIONS"
alias grep="grep $GREP_OPTIONS"
export GREP_COLOR='1;32'