浏览代码

added tip about vundle configutarion after git clone

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

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

@@ -7,6 +7,7 @@ function vundle-init () {
   if [ ! -d ~/.vim/bundle/vundle/.git/ ]
   then
     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"
   fi
 }