浏览代码

suggest setting $LANG to fix #1286 and fix #1823

ncanceill 11 年之前
父节点
当前提交
f9ad3686bb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      templates/zshrc.zsh-template

+ 3 - 0
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'