From f7dd3bbfd015e0daa9d69b5ab8f8457592e8d8a8 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 3 Oct 2017 09:31:52 +0200 Subject: [PATCH] Added undo dir creation --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index bb18fa0..89879b6 100755 --- a/init.sh +++ b/init.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash git clone http://github.com/robbyrussell/oh-my-zsh ~/.config/oh-my-zsh git clone http://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim -mkdir ~/.vim/swp ~/.vim/backups +mkdir ~/.vim/swp ~/.vim/backups ~/.vim/undo