diff options
author | Ryan Kavanagh <rak@debian.org> | 2014-08-31 07:59:40 +0200 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2014-08-31 07:59:40 +0200 |
commit | e64df446a412746d7dbb5ee036d49a500d6b5650 (patch) | |
tree | 28b70a0e5d4a36f04ab88ba9038e1f95a1125aa4 /.zsh | |
parent | Make sure to substitute LOCAL_PASS (diff) |
Set TZ to Moscow
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/Moscow" # 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. |