Remove the temp directory after success

This commit is contained in:
Chocobozzz 2016-04-29 15:43:41 +02:00
parent 3da8016c0e
commit caecbccbff
1 changed files with 3 additions and 0 deletions

View File

@ -46,3 +46,6 @@ cd "$HOME/.vim/spell" || exit
wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl 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" git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle"
vim +PluginInstall +qall vim +PluginInstall +qall
cd "$HOME" || exit
rm -r "$tempdir"