diff options
author | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-03-23 14:39:38 +0100 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-03-23 15:02:58 +0100 |
commit | f9ad3686bbedea0ca2adf3bc4ab19c3e90e8800a (patch) | |
tree | d32ea129801660c8c55f8c441b6a0e4bc18c092a /templates | |
parent | 315099d7785bba4d3a99c8e0636d2fcd18360192 (diff) | |
download | zsh-f9ad3686bbedea0ca2adf3bc4ab19c3e90e8800a.tar.gz zsh-f9ad3686bbedea0ca2adf3bc4ab19c3e90e8800a.tar.bz2 zsh-f9ad3686bbedea0ca2adf3bc4ab19c3e90e8800a.zip |
suggest setting $LANG to fix #1286 and fix #1823
Diffstat (limited to 'templates')
-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' |