mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-06 18:35:12 +08:00
[split] Move vundle plugin to oh-my-fish/plugin-vundle
https://github.com/oh-my-fish/plugin-vundle
This commit is contained in:
parent
7b7732fe4f
commit
c16beaa0fc
@ -1,25 +0,0 @@
|
||||
function vundle-init
|
||||
if [ ! -d ~/.vim/bundle/vundle/ ]
|
||||
mkdir -p ~/.vim/bundle/vundle/
|
||||
end
|
||||
|
||||
if [ ! -d ~/.vim/bundle/vundle/.git/ ]
|
||||
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
||||
echo "\n\tRead about vim configuration for vundle at https://github.com/gmarik/vundle\n"
|
||||
end
|
||||
end
|
||||
|
||||
function vundle
|
||||
vundle-init
|
||||
vim -c "execute \"BundleInstall\" | q | q"
|
||||
end
|
||||
|
||||
function vundle-update
|
||||
vundle-init
|
||||
vim -c "execute \"BundleInstall!\" | q | q"
|
||||
end
|
||||
|
||||
function vundle-clean
|
||||
vundle-init
|
||||
vim -c "execute \"BundleClean!\" | q | q"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user