unset the "GREP_OPTIONS" variable
This commit is contained in:
parent
5ee50c6b5a
commit
19c7ab3749
|
@ -20,3 +20,5 @@ fi
|
|||
# Pyenv stuff
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
# unset GREP_OPTIONS
|
||||
unset GREP_OPTIONS
|
||||
|
|
Loading…
Reference in New Issue