diff --git a/.zshrc b/.zshrc index f5dc06f..fa600ee 100644 --- a/.zshrc +++ b/.zshrc @@ -169,7 +169,8 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6' # export MANPATH="/usr/local/man:$MANPATH" # You may need to manually set your language environment -# export LANG=en_US.UTF-8 +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then