diff options
author | Max Gonzih <gonzih@gmail.com> | 2011-06-30 11:45:24 +0300 |
---|---|---|
committer | Max Gonzih <gonzih@gmail.com> | 2011-06-30 11:45:24 +0300 |
commit | 053cb24d3160d69cb6c9579a3f154f45a72f065c (patch) | |
tree | ab2dcf94b76403cb0131a4ca59ef454420c858d2 /plugins/vundle | |
parent | 499819ced108aa4b0d90dd0ac922a174c965d814 (diff) | |
download | zsh-053cb24d3160d69cb6c9579a3f154f45a72f065c.tar.gz zsh-053cb24d3160d69cb6c9579a3f154f45a72f065c.tar.bz2 zsh-053cb24d3160d69cb6c9579a3f154f45a72f065c.zip |
added tip about vundle configutarion after git clone
Diffstat (limited to 'plugins/vundle')
-rw-r--r-- | plugins/vundle/vundle.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/vundle/vundle.plugin.zsh b/plugins/vundle/vundle.plugin.zsh index 39c36ac59..1e2e1f088 100644 --- a/plugins/vundle/vundle.plugin.zsh +++ b/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 } |