comparison .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
comparison
equal deleted inserted replaced
41:ef5c69032d20 42:f0f437b22cea
27 fi 27 fi
28 28
29 # I really wish bash had something like .zshenv - maybe I just don't know what it is called? 29 # I really wish bash had something like .zshenv - maybe I just don't know what it is called?
30 if [[ "x$TZ" == "x" ]] ; then 30 if [[ "x$TZ" == "x" ]] ; then
31 export MACHINE_TZ="xNoTimeZone" 31 export MACHINE_TZ="xNoTimeZone"
32 local DEFAULT_TZ="America/Detroit" 32 DEFAULT_TZ="America/Detroit"
33 fi 33 fi
34 34
35 # Do this right before the timezone stuff 35 # Do this right before the timezone stuff
36 if [[ -a ~/.bashrc-machine ]]; then 36 if [[ -a ~/.bashrc-machine ]]; then
37 source ~/.bashrc-machine 37 source ~/.bashrc-machine