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