This commit is contained in:
deathbybandaid 2022-03-08 09:42:04 -05:00
parent 4f2976f982
commit ce0fff02ce

View File

@ -6,7 +6,7 @@
template_setup_path="/etc/template_setup" template_setup_path="/etc/template_setup"
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git" template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
mcd () { template-setup () {
if [ -d "$template_setup_path" ] ; then if [ -d "$template_setup_path" ] ; then
git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path" git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path"
else else