Atualizado default LC_ALL e LANG

This commit is contained in:
Carlos Cardoso 2012-05-19 11:19:17 -03:00 committed by Gaetan Semet
commit 0d6232722a

View file

@ -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