Mercurial > dotfiles
diff .bashrc @ 42:f0f437b22cea
bash tweak (bash does not like local outside of functions)
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 27 Jan 2009 14:25:15 -0500 |
parents | 62bfb554ab85 |
children | 6a781c14cdfd |
line wrap: on
line diff
--- 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