From 261aaa8cf687be76e67fe5423f59450365769889 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 15 Feb 2018 23:53:36 -0500 Subject: Prevent gen-setup.sh from picking up on the current directory being a git repo... might break your configuration if you don't have a .git folder in the directory gen-setup.sh is being run in. beware --- setup.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 7bcade9..cd5b911 100755 --- a/setup.sh +++ b/setup.sh @@ -14,9 +14,6 @@ clone() { fi cd $WD } -DIR="." -URL="https://git.riedstra.us/mitch/vim-cfg" -clone DIR="bundle/jinja2-syntax" URL="https://github.com/Glench/Vim-Jinja2-Syntax.git" clone -- cgit v1.2.3