First attempt at adding vundle as a submodule

master
Dustin Swan 13 years ago
parent 9e5a9abcac
commit 2b0ef090e1

3
.gitmodules vendored

@ -1,3 +1,6 @@
[submodule "oh-my-zsh"] [submodule "oh-my-zsh"]
path = oh-my-zsh path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh url = git://github.com/robbyrussell/oh-my-zsh
[submodule "/Users/dustinswan/.vim/bundle/vundle"]
path = /Users/dustinswan/.vim/bundle/vundle
url = http://github.com/gmarik/vundle.git

@ -0,0 +1 @@
Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89
Loading…
Cancel
Save