From d3810acc5141baa2b2c1fb57d0f3332d6018ef99 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 2 May 2021 12:27:02 +0200 Subject: [PATCH] meh. --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8fdaebe..3a34ebd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -303,11 +303,10 @@ common_conf() { } >> ~/.bashrc if [ ! -d ~/.vim ]; then - pushd $HOME wget "https://github.com/gryf/.vim/releases/download/0.0.1/vim.tar.xz" tar xf vim.tar.xf rm vim.tar.xf - popd + mv .vim ~/ fi # clone devstack