Commit 053cb24d authored by Max Gonzih's avatar Max Gonzih
Browse files

added tip about vundle configutarion after git clone

parent 499819ce
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment