diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 0dfe682..929010e 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -33,14 +33,17 @@ " General { general purpose library of vimscript Bundle 'tomtom/tlib_vim' - " mah theme! or not mine, specifically, but the one that I use - Bundle 'chriskempson/vim-tomorrow-theme' + " mah theme! or not mine, specifically, but the one that I use, + " plus hax + Bundle 'NSError/vim-tomorrow-theme' " ensures that there's only ever one NERDTree, which is the behavior " that I want Bundle 'jistr/vim-nerdtree-tabs' " the NERDTree, because NetRW is nice, but not so nice at the same " time Bundle 'scrooloose/nerdtree' + " i tried living without this, doc, but it just don't work + Bundle 'ervandew/supertab' let NERDTreeHijackNetrw = 0 " something I need to learn to use more often diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 65e5e92..88a4033 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -65,6 +65,14 @@ if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi source /usr/local/Cellar/autoenv/0.1.0/activate.sh + +# disable FU***CKZING autocorrect +# bundle exec vagrant up +# WOULD U LIEK ME 2 INCORRECTLY THINK YOU MEANT .vagrant??? PLZ? +# +# NO F U & GO AWAY STUPID COMPUTER MAN! +unsetopt correct_all + # svn add and set text/plain eol-style native svn_add_and_set () { svn add $1