unset the "GREP_OPTIONS" variable

This commit is contained in:
staticsafe 2016-11-08 17:12:42 +00:00
parent 5ee50c6b5a
commit 19c7ab3749
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ fi
# Pyenv stuff
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
# unset GREP_OPTIONS
unset GREP_OPTIONS