diff --git a/vimrc b/vimrc index 7c65567..d44ebca 100644 --- a/vimrc +++ b/vimrc @@ -1,3 +1,8 @@ +set enc=utf-8 +set fileencoding=utf-8 +set fileencodings=ucs-bom,utf8,prc +set guifont=Monaco:h11 +set guifontwide=NSimsun:h12 set history=700 filetype plugin on filetype indent on diff --git a/zshrc b/zshrc index be7210e..b3d4d02 100644 --- a/zshrc +++ b/zshrc @@ -21,6 +21,7 @@ export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc export NODE_PATH=/usr/local/lib/node_modules export TERM=rxvt +export LC_ALL=$LANG alias ..="cd .." alias gcc="gcc-4.9" alias g++="g++-4.9"