aboutsummaryrefslogtreecommitdiff
path: root/gen-setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-09-21 12:44:34 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-09-21 12:44:34 -0400
commit709accc8e4f6dc3c21fc9b55e9fcc31559c68472 (patch)
tree924f41bd3047921da27a999026a1be0f7b35b5ea /gen-setup.sh
parent314989ba7e969d353aa3a96454b03c2f5ff6511b (diff)
downloadvim-cfg-709accc8e4f6dc3c21fc9b55e9fcc31559c68472.tar.gz
vim-cfg-709accc8e4f6dc3c21fc9b55e9fcc31559c68472.tar.xz
Re-arrange the vim configuration
Diffstat (limited to 'gen-setup.sh')
-rwxr-xr-xgen-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-setup.sh b/gen-setup.sh
index e8d9cdf..23eec5b 100755
--- a/gen-setup.sh
+++ b/gen-setup.sh
@@ -40,6 +40,7 @@ clone() {
git clone --depth=1 "$URL" .
fi
cd $WD
+ printf "\033[0m"
}' > setup.sh
for _repo in $REPOS; do