From: Michael Orlitzky Date: Fri, 25 Oct 2013 13:56:22 +0000 (-0400) Subject: Don't export GREP_OPTIONS; it can break build systems. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=b5ae6c6a4dab4e7643e3d005f2afd80a340f252f Don't export GREP_OPTIONS; it can break build systems. --- diff --git a/options b/options index 35c91dd..d3b5e2f 100644 --- a/options +++ b/options @@ -1,7 +1,7 @@ #!/bin/bash # This works for all versions of grep. -export GREP_OPTIONS="--color=always" +GREP_OPTIONS="--color=always" # No stupid disclaimers. export WHOIS_OPTIONS="-H"