aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2015-08-28 13:51:59 +0100
committerRyan Kavanagh <rak@debian.org>2015-08-28 13:51:59 +0100
commit69956951f5efa7e689348556c5b37d682ba97eb8 (patch)
treea116644a40ae2912fee218e4eac3341518ac625d /.zshrc
parentAdded CMU/SCS accounts to offlineimap (diff)
Updated zshrc with timezone
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index bde5411..a08af7e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,7 +34,7 @@
export LC_ALL="LOCALE"
export LANG="LOCALE"
-export TZ="Europe/Moscow" # Force our time zone this location.
+export TZ="America/Toronto" # 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.