Removed all old bash cruft, supporting only zsh now. Improved README

This commit is contained in:
yan
2011-12-06 21:57:45 -08:00
committed by Yan Pritzker
parent 0b8c86ccd5
commit 9fabecb0fa
22 changed files with 106 additions and 3501 deletions

5
vimrc
View File

@@ -135,16 +135,13 @@ if has("gui_running")
" http://ethanschoonover.com/solarized/vim-colors-solarized
colorscheme solarized
set background=dark
set guitablabel=%M%t
set lines=60
set columns=190
set guifont=Monaco:h17
set guifont=Inconsolata:h20 " if available, this one is nicer
set guifont=Inconsolata:h20,Monaco:h17
else
"dont load csapprox if we no gui support - silences an annoying warning
let g:CSApprox_loaded = 1