浏览代码

plugin for vundle (vim plugins managment system) that provide vundle,
vundle-update and vundle-init aliases

Max Gonzih 13 年之前
父节点
当前提交
a335e9df9f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      plugins/vundle/vundle.plugin.zsh

+ 3 - 0
plugins/vundle/vundle.plugin.zsh

@@ -0,0 +1,3 @@
+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"'