fix path
This commit is contained in:
parent
26f96a9ca3
commit
8934644ee1
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
||||||
grep -v "^\"" vimplugins |while read cmd type url;do
|
grep -v "^\"" vimplugins |while read cmd type url;do
|
||||||
case $cmd in
|
case $cmd in
|
||||||
install)
|
install)
|
||||||
git submodule add $url vim/pack/${type}/$(basename ${url%.git})
|
git submodule add $url vim/pack/${type}/start/$(basename ${url%.git})
|
||||||
;;
|
;;
|
||||||
remove)
|
remove)
|
||||||
git submodule-remove vim/pack/${type}/$(basename ${url%.git})
|
git submodule-remove vim/pack/${type}/start/$(basename ${url%.git})
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue