]> git.wh0rd.org - home.git/blob - .profile.d/timezone.sh
6d4387be417f541e68284193eaf3193de9a017e3
[home.git] / .profile.d / timezone.sh
1 #export TZ=
2 unset TZ
3 if [[ $- == *i* && -n ${TZ} ]] ; then
4 echo "Timezone now set to $TZ"
5 fi