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