From: Jannik Zander Date: Fri, 20 May 2016 19:27:33 +0000 (+0200) Subject: Remove non-portable grep option X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=0517a60f041a527d7a7ca8f84edc1cb5ec37046f;p=dotfiles.git Remove non-portable grep option --- 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