aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-09-12 19:29:43 +0100
committerRyan Kavanagh <rak@debian.org>2012-09-12 19:29:43 +0100
commit4bb79f8d238d4d209f9d0790fbff54276d5e998a (patch)
tree700b26e7bbc38bddd97145a00cecdf2d9470b1ff
parentFilter out beluga mail (diff)
Set TZ to Europe/London
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 78ecf35..484b7cf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,7 +34,7 @@
export LC_ALL="LOCALE"
export LANG="LOCALE"
-export TZ="America/Toronto" # Force our time zone this location.
+export TZ="Europe/London" # Force our time zone this location.
export EDITOR="vim" # Long live vim (as our editor).
export NAME="Ryan Kavanagh" # Our name.
export EMAIL="rak@debian.org" # Our email address.