From 2ec3544ada70296877475643777aef65cdfc9bf8 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 29 Apr 2013 17:14:36 -0400 Subject: [PATCH] Maybe fix submodule issue --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 89a9bfe..3052adf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule ".oh-my-zsh"] path = .oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git -[submodule "/home/atomaka/.vim/bundle/vundle"] - path = /home/atomaka/.vim/bundle/vundle +[submodule ".vim/bundle/vundle"] + path = .vim/bundle/vundle url = http://github.com/gmarik/vundle.git