mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Change to alias and remove deprecated GREP_COLOR
This commit is contained in:
committed by
Marc Cornellà
parent
711843153d
commit
dd27087805
@@ -16,9 +16,9 @@ elif grep-flag-available --exclude=.cvs; then
|
||||
fi
|
||||
|
||||
# export grep settings
|
||||
export GREP_OPTIONS="$GREP_OPTIONS"
|
||||
export GREP_COLOR='1;32'
|
||||
alias grep="grep $GREP_OPTIONS"
|
||||
|
||||
# clean up
|
||||
unset GREP_OPTIONS
|
||||
unset VCS_FOLDERS
|
||||
unfunction grep-flag-available
|
||||
|
||||
Reference in New Issue
Block a user