From ba353303f08756d8c6dd012f35f92e47f98bc8f1 Mon Sep 17 00:00:00 2001 From: Jonas Brunsgaard Date: Thu, 10 Jul 2014 11:10:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 878d029..270a795 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,12 @@ ```vim set nocompatible " be iMproved, required filetype off " required + + " avoid problems for users of other shells than bash. + set shell=/bin/bash " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim - set shell=/bin/bash call vundle#begin() " alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here')