comparison .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
comparison
equal deleted inserted replaced
162:7576736ca6fa 163:6a781c14cdfd
21 source $HOME/.shell.d/50.common_env.sh 21 source $HOME/.shell.d/50.common_env.sh
22 22
23 # prep to parse the zshenv-machine 23 # prep to parse the zshenv-machine
24 if [[ "x$TZ" == "x" ]] ; then 24 if [[ "x$TZ" == "x" ]] ; then
25 export MACHINE_TZ="xNoTimeZone" 25 export MACHINE_TZ="xNoTimeZone"
26 local DEFAULT_TZ="America/Detroit" 26 local DEFAULT_TZ="America/Chicago"
27 fi 27 fi
28 28
29 # Do this right before the timezone stuff 29 # Do this right before the timezone stuff
30 if [[ -a ~/.zshenv-machine ]]; then 30 if [[ -a ~/.zshenv-machine ]]; then
31 source ~/.zshenv-machine 31 source ~/.zshenv-machine