From 91353682db19ccd8228c985487523ddd4265175f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 31 Dec 2021 13:00:04 +0100 Subject: [PATCH] Fix GREP_OPTIONS --- files/bashrc.d/70-util-grep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bashrc.d/70-util-grep.sh b/files/bashrc.d/70-util-grep.sh index 60e0992..6801543 100644 --- a/files/bashrc.d/70-util-grep.sh +++ b/files/bashrc.d/70-util-grep.sh @@ -5,5 +5,5 @@ #export GREP_COLORS # disable deprecated variable -export GREP_OPTIONS= +unset GREP_OPTIONS