Merge branch 'master' of bmi-desktop:/srv/git/myshellconfig
This commit is contained in:
commit
3f33ea1b59
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
||||||
[submodule "tmux/plugins/tmux-sensible"]
|
[submodule "tmux/plugins/tmux-sensible"]
|
||||||
path = tmux/plugins/tmux-sensible
|
path = tmux/plugins/tmux-sensible
|
||||||
url = https://github.com/tmux-plugins/tmux-sensible.git
|
url = https://github.com/tmux-plugins/tmux-sensible.git
|
||||||
|
[submodule "vim/bundle/Vundle.vim"]
|
||||||
|
path = vim/bundle/Vundle.vim
|
||||||
|
url = https://github.com/VundleVim/Vundle.vim.git
|
||||||
|
|
|
@ -418,7 +418,7 @@ vim-repair-vundle () {
|
||||||
cd $MYSHELLCONFIG_BASE
|
cd $MYSHELLCONFIG_BASE
|
||||||
cd vim/bundle
|
cd vim/bundle
|
||||||
rm -rf Vundle.vim
|
rm -rf Vundle.vim
|
||||||
git clone "${MYSHELLCONFIG_GIT_REMOTE_PUBLIC}Vim/gmarik/Vundle.vim.git"
|
git clone "${MYSHELLCONFIG_GIT_SUBMODULES_SERVER}gmarik/Vundle.vim.git"
|
||||||
cd ~-
|
cd ~-
|
||||||
fi
|
fi
|
||||||
EXIT
|
EXIT
|
||||||
|
|
1
vim/bundle/Vundle.vim
Submodule
1
vim/bundle/Vundle.vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95
|
Loading…
Reference in a new issue