X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Ffeisty_inits%2Fdot.bashrc-root;h=b9f2da1144e763af4ae236e29b4135abab9db4cc;hb=09674294ea2ebcf0e4132200db9e081ebfd13cf5;hp=fd9bc37edd905531106021af770f7b502fa93590;hpb=6d9fa0f15a77c1e5b34ae85c0ff1cddf6ab74104;p=feisty_meow.git 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