From: Mike Frysinger Date: Wed, 30 Apr 2025 17:15:02 +0000 (-0400) Subject: timezone: restore TZ clear X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0296868f982b677941e3ad0965296935eeda5cce;p=home.git timezone: restore TZ clear --- diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh index cdea776..cbe7e73 100644 --- a/.profile.d/timezone.sh +++ b/.profile.d/timezone.sh @@ -3,7 +3,7 @@ #export TZ=Asia/Taipei #export TZ=Asia/Tokyo #export TZ=America/Los_Angeles -#unset TZ +unset TZ if [[ $- == *i* && -n ${TZ} ]] ; then echo "Timezone now set to $TZ" fi