# HG changeset patch # User Augie Fackler # Date 1233084315 18000 # Node ID f0f437b22cea0186d2c8ce91a37712e33b0aebae # Parent ef5c69032d20ac2f3317123281cb022356f6fade bash tweak (bash does not like local outside of functions) diff --git a/.bashrc b/.bashrc --- a/.bashrc +++ b/.bashrc @@ -29,7 +29,7 @@ fi # I really wish bash had something like .zshenv - maybe I just don't know what it is called? if [[ "x$TZ" == "x" ]] ; then export MACHINE_TZ="xNoTimeZone" - local DEFAULT_TZ="America/Detroit" + DEFAULT_TZ="America/Detroit" fi # Do this right before the timezone stuff