mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
added tip about vundle configutarion after git clone
This commit is contained in:
parent
499819ced1
commit
053cb24d31
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue