This commit is contained in:
修昊 2014-12-13 03:36:25 +00:00
commit 60d9d0373a

View file

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