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