Update grep.zsh

This commit is contained in:
修昊 2014-12-10 17:05:11 +08:00
commit 7d3c671aee

View file

@ -21,5 +21,5 @@ fi
unfunction grep-flag-available
# export GREP_OPTIONS="$GREP_OPTIONS"
alias grep="grep $GREPOPTIONS"
alias grep="grep $GREP_OPTIONS"
export GREP_COLOR='1;32'