Change to alias and rmove decaprated GREP_COLOR

This commit is contained in:
Ondřej Súkup 2014-11-24 13:08:39 +01:00
commit 4e577b505c

View file

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