From 4f2976f982a6cf460dbf4e7afdd060d426dc0164 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Mar 2022 09:41:25 -0500 Subject: [PATCH] st --- template.aliases | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/template.aliases b/template.aliases index 50a39cf..5b2b547 100644 --- a/template.aliases +++ b/template.aliases @@ -7,12 +7,6 @@ template_setup_path="/etc/template_setup" template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git" mcd () { - mkdir -p $1 - cd $1 -} - -template-setup () -{ if [ -d "$template_setup_path" ] ; then git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path" else @@ -20,3 +14,8 @@ template-setup () fi bash /etc/template_setup/template_setup.sh } + +#template-setup () +#{# + # +#}