From 19c7ab374947f2d97a66013820c4b06e2decd172 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 8 Nov 2016 17:12:42 +0000 Subject: [PATCH] unset the "GREP_OPTIONS" variable --- .zsh/exports.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 5df8609..222f57a 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -20,3 +20,5 @@ fi # Pyenv stuff export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" +# unset GREP_OPTIONS +unset GREP_OPTIONS