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

This commit is contained in:
ncanceill 2014-03-23 14:39:38 +01:00 committed by Gaetan Semet
commit f8e9e82a63

View file

@ -58,8 +58,8 @@ zstyle ':completion:*:descriptions' format '%B%d%b'
export PATH=$HOME/bin:/usr/local/bin:$PATH
# export MANPATH="/usr/local/man:$MANPATH"
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
# 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