diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-09-12 19:29:43 +0100 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-09-12 19:29:43 +0100 |
commit | 4bb79f8d238d4d209f9d0790fbff54276d5e998a (patch) | |
tree | 700b26e7bbc38bddd97145a00cecdf2d9470b1ff | |
parent | Filter out beluga mail (diff) |
Set TZ to Europe/London
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |