# 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
# loading the shell environment twice for users like root who don't load
# feisty meow automatically.
unalias gofeisty &>/dev/null
+unalias fredme &>/dev/null
##############