updated to re-include fredme alias
[feisty_meow.git] / infobase / feisty_inits / dot.bashrc-root
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