Maybe fix submodule issue
This commit is contained in:
parent
f0d0c1b4df
commit
2ec3544ada
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule ".oh-my-zsh"]
|
[submodule ".oh-my-zsh"]
|
||||||
path = .oh-my-zsh
|
path = .oh-my-zsh
|
||||||
url = https://github.com/robbyrussell/oh-my-zsh.git
|
url = https://github.com/robbyrussell/oh-my-zsh.git
|
||||||
[submodule "/home/atomaka/.vim/bundle/vundle"]
|
[submodule ".vim/bundle/vundle"]
|
||||||
path = /home/atomaka/.vim/bundle/vundle
|
path = .vim/bundle/vundle
|
||||||
url = http://github.com/gmarik/vundle.git
|
url = http://github.com/gmarik/vundle.git
|
||||||
|
|
Loading…
Reference in a new issue