add another alias to solve the grep warning

This commit is contained in:
staticsafe 2016-11-08 17:14:53 +00:00
parent 19c7ab3749
commit 7704228994
1 changed files with 1 additions and 0 deletions

View File

@ -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