mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Change to alias and rmove decaprated GREP_COLOR
This commit is contained in:
parent
0222e77497
commit
4e577b505c
1 changed files with 1 additions and 2 deletions
|
|
@ -20,5 +20,4 @@ elif grep-flag-available --exclude=.cvs; then
|
||||||
fi
|
fi
|
||||||
unfunction grep-flag-available
|
unfunction grep-flag-available
|
||||||
|
|
||||||
export GREP_OPTIONS="$GREP_OPTIONS"
|
alias grep="grep $GREP_OPTIONS"
|
||||||
export GREP_COLOR='1;32'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue