Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
1aeebf60
Commit
1aeebf60
authored
Aug 21, 2015
by
章正中
Browse files
Update link
parent
192de6bc
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/vundle/vundle.plugin.zsh
View file @
1aeebf60
function
vundle-init
()
{
function
vundle-init
()
{
if
[
!
-d
~/.vim/bundle/
v
undle/
]
if
[
!
-d
~/.vim/bundle/
V
undle
.vim
/
]
then
then
mkdir
-p
~/.vim/bundle/
v
undle/
mkdir
-p
~/.vim/bundle/
V
undle
.vim
/
fi
fi
if
[
!
-d
~/.vim/bundle/
v
undle/.git
]
&&
[
!
-f
~/.vim/bundle/
v
undle/.git
]
if
[
!
-d
~/.vim/bundle/
V
undle
.vim
/.git
]
&&
[
!
-f
~/.vim/bundle/
V
undle
.vim
/.git
]
then
then
git clone
http
://github.com/
gmarik/v
undle.git ~/.vim/bundle/
v
undle
git clone
git
://github.com/
VundleVim/V
undle.
vim.
git ~/.vim/bundle/
V
undle
.vim
echo
"
\n\t
Read about vim configuration for vundle at https://github.com/
gmarik/v
undle
\n
"
echo
"
\n\t
Read about vim configuration for vundle at https://github.com/
VundleVim/V
undle
.vim
\n
"
fi
fi
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment