X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=blobdiff_plain;f=options;h=35c91dd9ed572773a3c0c67f411219704187448b;hp=e353b0bf1178766d608fff6c2023cd68cc635a0e;hb=d8d14246f041acc7b29b2e8946367bcc39c23b85;hpb=b6c4c9f624a48c7c9740793b7d0cfdd238b42246 diff --git a/options b/options index e353b0b..35c91dd 100644 --- a/options +++ b/options @@ -1,7 +1,7 @@ #!/bin/bash # This works for all versions of grep. -GREP_OPTIONS="--color=always" +export GREP_OPTIONS="--color=always" # No stupid disclaimers. -WHOIS_OPTIONS="-H" +export WHOIS_OPTIONS="-H"