From 639ff0c8188fe6a4a530eeab3501b36f843c19c7 Mon Sep 17 00:00:00 2001 From: deicidus Date: Thu, 19 Jan 2023 12:22:13 -0800 Subject: [PATCH] more paths --- mud | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mud b/mud index e493c57..5b784ea 100755 --- a/mud +++ b/mud @@ -7,6 +7,8 @@ if ! command -v path-wizard > /dev/null 2>&1; then SCRIPT_DIR=$(dirname "$0"); eval "cd \"$SCRIPT_DIR\" && pwd" chmod +x $SCRIPT_DIR/spells/path-wizard $SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells + $SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/cantrips + $SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/menu echo "Your spellbook has been activated, please open a fresh terminal now." exit 0 else