src/world/fs_skeleton/etc/zshenv.d/tz.zsh

7 lines
84 B
Bash

if [ -r "/etc/tz" ]
then source /etc/tz
else
TZ="America/New_York"
fi
export TZ