0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

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

This commit is contained in:
ncanceill 2014-03-23 14:39:38 +01:00
parent 315099d778
commit f9ad3686bb

View file

@ -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'