Added a few fixes to zsh and vim

This commit is contained in:
Veit Heller
2015-01-31 23:23:41 +01:00
parent 04f638e438
commit b39d3a65f1
2 changed files with 6 additions and 0 deletions

5
vimrc
View File

@@ -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
View File

@@ -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"