add another alias to solve the grep warning
This commit is contained in:
parent
19c7ab3749
commit
7704228994
|
@ -21,4 +21,5 @@ fi
|
|||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
# unset GREP_OPTIONS
|
||||
alias grep="/bin/grep $GREP_OPTIONS"
|
||||
unset GREP_OPTIONS
|
||||
|
|
Loading…
Reference in New Issue