aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-18 08:28:06 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:43:05 -0400
commitf5a72dbee99cadd6b1498ffdaec087fa8e3f0a4a (patch)
treea566a4fbb336689fd1123736e1c8ca94463439ef /.zshrc
parentTrack my custom xkb layout (diff)
Different locales on different systems, handle
Diffstat (limited to '')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index a4b8b57..51cadb0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -36,8 +36,8 @@
#export LANG="en_CA.UTF-8" # ...as default language.
#export LC_ALL="fr_CA.UTF-8"
#export LANG="fr_CA.UTF-8"
-export LC_ALL="es_ES.UTF-8"
-export LANG="es_ES.UTF-8"
+export LC_ALL="LOCALE"
+export LANG="LOCALE"
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.