Mercurial > dotfiles
diff .zshenv @ 163:6a781c14cdfd
zsh/bash: change default timezome
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 05 Nov 2009 00:04:55 -0500 |
parents | 62bfb554ab85 |
children | 4fa9c5ee08d2 |
line wrap: on
line diff
--- a/.zshenv +++ b/.zshenv @@ -23,7 +23,7 @@ source $HOME/.shell.d/50.common_env.sh # prep to parse the zshenv-machine if [[ "x$TZ" == "x" ]] ; then export MACHINE_TZ="xNoTimeZone" - local DEFAULT_TZ="America/Detroit" + local DEFAULT_TZ="America/Chicago" fi # Do this right before the timezone stuff