···124124 watch=
125125fi
126126127127+# if this host has a custom xterm background color, save the current one now
128128+if [ -f ~/.xtermbg ]; then
129129+ export XTERMBG=`xtermcontrol --get-bg 2>/dev/null`
130130+ xtermcontrol --bg=`cat ~/.xtermbg`
131131+fi
132132+127133# load any local aliases and machine-specific things
128128-if [[ $OSTYPE = darwin* ]]; then
129129- if [ -f ~/.zshrc.mac ]; then
130130- source ~/.zshrc.mac
131131- fi
134134+if [[ $OSTYPE = darwin* ]] && [ -f ~/.zshrc.mac ]; then
135135+ source ~/.zshrc.mac
132136fi
137137+133138if [ -f ~/.zshrc.local ]; then
134139 source ~/.zshrc.local
135140fi