From 0517a60f041a527d7a7ca8f84edc1cb5ec37046f Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Fri, 20 May 2016 21:27:33 +0200 Subject: [PATCH] Remove non-portable grep option --- .bash/exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash/exports b/.bash/exports index 63bf0e9..8dd1031 100644 --- a/.bash/exports +++ b/.bash/exports @@ -25,7 +25,7 @@ export LESS_TERMCAP_md="${yellow}"; export MANPAGER="less -X"; # Always enable colored `grep` output -export GREP_OPTIONS="--color=auto"; +#export GREP_OPTIONS="--color=auto"; # Set up syntax highlighting for 'less' (requires source-highlight package) # See http://www.gnu.org/software/src-highlite/source-highlight.html -- 2.43.0