From 0d6232722a3806560aa4df09b720a9b0e4387a63 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sat, 19 May 2012 11:19:17 -0300 Subject: [PATCH] Atualizado default LC_ALL e LANG --- templates/zshrc.zsh-template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 3087ad42d..c717f2976 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -37,5 +37,7 @@ plugins=(git osx python virtualenvwrapper vim-override) source $ZSH/oh-my-zsh.sh # Customize to your needs... +if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi +if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi # Themes override ls alias from aliases.zsh