updated to re-include fredme alias
authorFred T. Hamster <fred@gruntose.com>
Wed, 20 Dec 2023 21:21:39 +0000 (16:21 -0500)
committerFred T. Hamster <fred@gruntose.com>
Wed, 20 Dec 2023 21:21:39 +0000 (16:21 -0500)
infobase/feisty_inits/dot.bashrc-root
scripts/core/common.alias

index fd9bc37edd905531106021af770f7b502fa93590..b9f2da1144e763af4ae236e29b4135abab9db4cc 100644 (file)
@@ -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
index 430b14aeb6b238bfed692137d926f69bb10b5aba..5fefd23bbe0508b2845fc7f5d92d4e861cc12d2a 100644 (file)
@@ -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
 
 ##############