From caecbccbffbb4531ea7291a74bfd2a499a4ba136 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Apr 2016 15:43:41 +0200 Subject: [PATCH] Remove the temp directory after success --- unixconf.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unixconf.sh b/unixconf.sh index b872592..22b262e 100755 --- a/unixconf.sh +++ b/unixconf.sh @@ -46,3 +46,6 @@ cd "$HOME/.vim/spell" || exit wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle" vim +PluginInstall +qall + +cd "$HOME" || exit +rm -r "$tempdir"