mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Change to alias and remove deprecated GREP_COLOR
This commit is contained in:
parent
711843153d
commit
dd27087805
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ elif grep-flag-available --exclude=.cvs; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# export grep settings
|
# export grep settings
|
||||||
export GREP_OPTIONS="$GREP_OPTIONS"
|
alias grep="grep $GREP_OPTIONS"
|
||||||
export GREP_COLOR='1;32'
|
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
|
unset GREP_OPTIONS
|
||||||
unset VCS_FOLDERS
|
unset VCS_FOLDERS
|
||||||
unfunction grep-flag-available
|
unfunction grep-flag-available
|
||||||
|
|
Loading…
Reference in a new issue