diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-08-28 13:51:59 +0100 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-08-28 13:51:59 +0100 |
commit | 69956951f5efa7e689348556c5b37d682ba97eb8 (patch) | |
tree | a116644a40ae2912fee218e4eac3341518ac625d /.zshrc | |
parent | Added CMU/SCS accounts to offlineimap (diff) |
Updated zshrc with timezone
Diffstat (limited to '.zshrc')
-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="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. |