Mercurial > dotfiles
comparison .zshenv @ 318:4fa9c5ee08d2
zshenv: default timezone should be America/New_York now
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 04 Jul 2013 19:40:33 -0400 |
parents | 6a781c14cdfd |
children | f248cf012d9a |
comparison
equal
deleted
inserted
replaced
317:5e3ea3f497af | 318:4fa9c5ee08d2 |
---|---|
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/Chicago" | 26 local DEFAULT_TZ="America/New_York" |
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 |