delete .bashrc, update vim README

This commit is contained in:
Oliver Ladner 2014-01-21 21:23:47 +01:00
commit 778c863d67
2 changed files with 9 additions and 26 deletions

View file

@ -14,3 +14,12 @@
" cd ~/.vim
" git submodule init
" git submodule update
" Update single plugin
" --------------------
" cd ~/.vim/bundle/pluginname
" git pull origin master
" Upgrade all plugins
" -------------------
" git submodule foreach git pull origin master