Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Added back a vim plugin I missed.
Browse files Browse the repository at this point in the history
Plus some emorage at zsh. C'est la vie!
  • Loading branch information
Chris Miller committed Oct 17, 2012
1 parent d85588d commit dff6a60
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vim/vimrc.symlink
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions zsh/zshrc.symlink
Expand Up @@ -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
Expand Down

0 comments on commit dff6a60

Please sign in to comment.