From 09674294ea2ebcf0e4132200db9e081ebfd13cf5 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 20 Dec 2023 16:21:39 -0500 Subject: [PATCH] updated to re-include fredme alias --- infobase/feisty_inits/dot.bashrc-root | 2 ++ scripts/core/common.alias | 1 + 2 files changed, 3 insertions(+) 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 ############## -- 2.34.1