From d53a0e89b4bf79a98541fd0b7b4663ce014eb84f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Mar 2022 09:39:33 -0500 Subject: [PATCH] test --- template.aliases | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/template.aliases b/template.aliases index 6c6958e..50a39cf 100644 --- a/template.aliases +++ b/template.aliases @@ -6,7 +6,12 @@ template_setup_path="/etc/template_setup" template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git" -template-setup() +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"