Added a few fixes to zsh and vim
This commit is contained in:
5
vimrc
5
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
|
set history=700
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
1
zshrc
1
zshrc
@@ -21,6 +21,7 @@ export INFOPATH=$INFOPATH:/opt/local/share/info
|
|||||||
export PYTHONSTARTUP=~/.pythonrc
|
export PYTHONSTARTUP=~/.pythonrc
|
||||||
export NODE_PATH=/usr/local/lib/node_modules
|
export NODE_PATH=/usr/local/lib/node_modules
|
||||||
export TERM=rxvt
|
export TERM=rxvt
|
||||||
|
export LC_ALL=$LANG
|
||||||
alias ..="cd .."
|
alias ..="cd .."
|
||||||
alias gcc="gcc-4.9"
|
alias gcc="gcc-4.9"
|
||||||
alias g++="g++-4.9"
|
alias g++="g++-4.9"
|
||||||
|
Reference in New Issue
Block a user