From bac298826014c40bf774c64fccaca0cf945ba066 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 22 Feb 2012 12:16:06 -0500 Subject: Added missing subst for locale --- .zshrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3111beb..78074d5 100644 --- a/.zshrc +++ b/.zshrc @@ -32,12 +32,8 @@ # BEGIN LOCAL -#export LC_ALL="en_CA.UTF-8" # Use Canadian English... -#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