aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--sh/profile.d/timezone.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ae654f3..ab81c8c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ newsbeuter/urls
sh/profile.d/*
!sh/profile.d/browser.sh
!sh/profile.d/keychain.sh
+!sh/profile.d/timezone.sh
urxvt/urxvtd-*
vim/.netrwhist
vim/spell/*
diff --git a/sh/profile.d/timezone.sh b/sh/profile.d/timezone.sh
new file mode 100644
index 00000000..4e6fbc49
--- /dev/null
+++ b/sh/profile.d/timezone.sh
@@ -0,0 +1,3 @@
+TZ='Pacific/Auckland'
+export TZ
+