From 0d0ae39af02e5d73613edb47ff33bd962ecf5cbb 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 02e0e6cb1..eba7bdd87 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -34,5 +34,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