Mercurial > dotfiles
changeset 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 | ef5c69032d20 |
children | f34194cad324 |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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