]> git.zndr.dk Git - dotfiles.git/commitdiff
Remove non-portable grep option
authorJannik Zander <jannikz@gmail.com>
Fri, 20 May 2016 19:27:33 +0000 (21:27 +0200)
committerJannik Zander <jannikz@gmail.com>
Fri, 20 May 2016 19:34:29 +0000 (21:34 +0200)
.bash/exports

index 63bf0e999ed5eb0ca7b9db6130202c4c1b96d0c3..8dd1031703958c27f10328f28cb14b09d8b7b035 100644 (file)
@@ -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