diff options
author | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-03-23 14:39:38 +0100 |
---|---|---|
committer | Phil Eichinger <phil@zankapfel.net> | 2014-03-25 16:47:58 +0100 |
commit | ffd5cb20eee51eb6e25a8ff50af912f1a4038c03 (patch) | |
tree | d32ea129801660c8c55f8c441b6a0e4bc18c092a | |
parent | c0e3c553bcdd8e4bc74d602d239a4330ac2641e5 (diff) | |
download | zsh-ffd5cb20eee51eb6e25a8ff50af912f1a4038c03.tar.gz zsh-ffd5cb20eee51eb6e25a8ff50af912f1a4038c03.tar.bz2 zsh-ffd5cb20eee51eb6e25a8ff50af912f1a4038c03.zip |
suggest setting $LANG to fix #1286 and fix #1823
-rw-r--r-- | templates/zshrc.zsh-template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index c25c20e75..5e1d9b2f1 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -54,6 +54,9 @@ source $ZSH/oh-my-zsh.sh export PATH=$HOME/bin:/usr/local/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" +# You may need to manually set your language environment +# export LANG=en_US.UTF-8 + # # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then # export EDITOR='vim' |