From ce0fff02ced387869c045b6d2fc0342e0baf98b4 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Mar 2022 09:42:04 -0500 Subject: [PATCH] test --- template.aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.aliases b/template.aliases index 5b2b547..276613c 100644 --- a/template.aliases +++ b/template.aliases @@ -6,7 +6,7 @@ template_setup_path="/etc/template_setup" template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git" -mcd () { +template-setup () { if [ -d "$template_setup_path" ] ; then git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path" else