From f5a72dbee99cadd6b1498ffdaec087fa8e3f0a4a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 18 Aug 2011 08:28:06 -0400 Subject: Different locales on different systems, handle --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') 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. -- cgit v1.2.3