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
Ohmyzsh
Commits
a335e9df
Commit
a335e9df
authored
Jun 21, 2011
by
Max Gonzih
Browse files
plugin for vundle (vim plugins managment system) that provide vundle,
vundle-update and vundle-init aliases
parent
929c64e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/vundle/vundle.plugin.zsh
0 → 100644
View file @
a335e9df
alias
vundle-init
=
'git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle'
alias
vundle
=
'vim -c "execute \"BundleInstall\" | q"'
alias
vundle-update
=
'vim -c "execute \"BundleInstall!\" | q"'
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