Properly adding vundle as a submodule. I hope
This commit is contained in:
parent
59d17bf9bf
commit
869c6f9e27
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
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 "vim/bundle/vundle"]
|
||||||
|
path = vim/bundle/vundle
|
||||||
|
url = http://github.com/gmarik/vundle.git
|
||||||
|
|
|
||||||
1
vim/bundle/vundle
Submodule
1
vim/bundle/vundle
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8e9b933ed4a851ef1413bbd03560553c4339fb2f
|
||||||
Loading…
Add table
Add a link
Reference in a new issue