|
@@ -4,7 +4,7 @@ function vundle-init () {
|
|
mkdir -p ~/.vim/bundle/vundle/
|
|
mkdir -p ~/.vim/bundle/vundle/
|
|
fi
|
|
fi
|
|
|
|
|
|
- if [ ! -d ~/.vim/bundle/vundle/.git/ ]
|
|
|
|
|
|
+ if [ ! -d ~/.vim/bundle/vundle/.git ] && [ ! -f ~/.vim/bundle/vundle/.git ]
|
|
then
|
|
then
|
|
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
|
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"
|
|
echo "\n\tRead about vim configuration for vundle at https://github.com/gmarik/vundle\n"
|