From: Fred T. Hamster Date: Wed, 20 Dec 2023 21:21:39 +0000 (-0500) Subject: updated to re-include fredme alias X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=09674294ea2ebcf0e4132200db9e081ebfd13cf5 updated to re-include fredme alias --- diff --git a/infobase/feisty_inits/dot.bashrc-root b/infobase/feisty_inits/dot.bashrc-root index fd9bc37e..b9f2da11 100644 --- a/infobase/feisty_inits/dot.bashrc-root +++ b/infobase/feisty_inits/dot.bashrc-root @@ -32,6 +32,8 @@ export FEISTY_MEOW_APEX="/opt/feistymeow.org/feisty_meow" # the "gofeisty" macro enables the feisty_meow environment. this can be used # after logging in, and avoids loading the feisty meow environment automatically. alias gofeisty='source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"' +# similar legacy alias for loading feisty meow. +alias fredme='source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"' # if not commented out, then feisty meow will run all the unit tests during builds. #export RUN_ALL_TESTS=true diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 430b14ae..5fefd23b 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -157,6 +157,7 @@ define_yeti_alias why='echo We all wonder what the point of the universe is at t # loading the shell environment twice for users like root who don't load # feisty meow automatically. unalias gofeisty &>/dev/null +unalias fredme &>/dev/null ##############