mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
fix bug
fix this warnning : grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
This commit is contained in:
parent
43aa3783f8
commit
8173276760
1 changed files with 2 additions and 1 deletions
|
|
@ -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 $GREPOPTIONS"
|
||||
export GREP_COLOR='1;32'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue