emacs - mult-term fix chinese font
[dotfiles.git] / zsh / zshrc
index b0e3857..9b3fd68 100644 (file)
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -213,3 +213,5 @@ export ZSHHOME="$HOME/.zsh"
 alias emacs='TERM=xterm-256color emacs -nw'
 
 alias tw='open -a /Applications/TextWrangler.app/'
+export LANG='en_US.UTF-8'
+export LC_ALL="en_US.UTF-8"