|
|
@ -7,6 +7,8 @@ if ! command -v path-wizard > /dev/null 2>&1; then |
|
|
|
SCRIPT_DIR=$(dirname "$0"); eval "cd \"$SCRIPT_DIR\" && pwd" |
|
|
|
SCRIPT_DIR=$(dirname "$0"); eval "cd \"$SCRIPT_DIR\" && pwd" |
|
|
|
chmod +x $SCRIPT_DIR/spells/path-wizard |
|
|
|
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 |
|
|
|
|
|
|
|
$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." |
|
|
|
echo "Your spellbook has been activated, please open a fresh terminal now." |
|
|
|
exit 0 |
|
|
|
exit 0 |
|
|
|
else |
|
|
|
else |
|
|
|