From 08141f326375fe6434c067c30d5b6bcd3fca0aa0 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Mar 2022 09:45:12 -0500 Subject: [PATCH] test --- template.aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.aliases b/template.aliases index 6213ee2..6421a93 100644 --- a/template.aliases +++ b/template.aliases @@ -1,8 +1,6 @@ # The Contents of this file will be running our setup command # Run Template Setup Script -# alias template-setup='bash /etc/template_setup/template_setup.sh' - template_setup_path="/etc/template_setup" template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git" @@ -15,3 +13,5 @@ template_setup () fi bash /etc/template_setup/template_setup.sh } + +alias template-setup='template_setup'