|
|
@ -9,7 +9,9 @@ if ! command -v path-wizard > /dev/null 2>&1; then |
|
|
|
$SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/cantrips |
|
|
|
$SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/cantrips |
|
|
|
$SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/menu |
|
|
|
$SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/menu |
|
|
|
$SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/menu/bitcoin |
|
|
|
$SCRIPT_DIR/spells/path-wizard add $SCRIPT_DIR/spells/menu/bitcoin |
|
|
|
echo "Your spellbook has been activated, please open a fresh terminal now." |
|
|
|
echo "" |
|
|
|
|
|
|
|
echo "Activating your spellbook now." |
|
|
|
|
|
|
|
$SHELL |
|
|
|
exit 0 |
|
|
|
exit 0 |
|
|
|
else |
|
|
|
else |
|
|
|
echo "Ok, well the mud won't work until you install it by adding the spells directory to your PATH." |
|
|
|
echo "Ok, well the mud won't work until you install it by adding the spells directory to your PATH." |
|
|
|