]> git.wh0rd.org - home.git/commitdiff
timezone hacker
authorMike Frysinger <vapier@gentoo.org>
Thu, 29 Dec 2016 23:26:10 +0000 (18:26 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 29 Dec 2016 23:26:10 +0000 (18:26 -0500)
.profile.d/timezone.sh [new file with mode: 0644]

diff --git a/.profile.d/timezone.sh b/.profile.d/timezone.sh
new file mode 100644 (file)
index 0000000..6d4387b
--- /dev/null
@@ -0,0 +1,5 @@
+#export TZ=
+unset TZ
+if [[ $- == *i* && -n ${TZ} ]] ; then
+       echo "Timezone now set to $TZ"
+fi