From 46b82f742b382bcba44da734f454900a223891e2 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 29 Dec 2011 11:15:37 +0100 Subject: =?UTF-8?q?Create=20.vim/{backups,swaps,undo}=20directories=20if?= =?UTF-8?q?=20they=20don=E2=80=99t=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index d8d8e67..0d03922 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,5 @@ #!/bin/bash +mkdir -p ~/.vim/{backups,swaps,undo} cd "$(dirname "$0")" git pull read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1 -- cgit v1.2.3