this eliminates the one piece of configuration needed for setting up feisty. it does leave us dangling dangerously close to the edge of not having a name variable set up...
-# example ~/.bashrc: this code initializes the feisty meow environment
-# for "normal" users (not intended for the root user).
+# initializes the feisty meow environment for "normal" users (not intended for the root user).
##############
##############
-# change this to your name...
-export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis'
-
-##############
-
# sets up the feisty_meow scripts if appropriate for the environment.
if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
-# example ~/.bashrc: this code provides a macro to initialize the
-# feisty meow environment for the "root" user.
+# provides a macro to initialize the feisty meow environment for the "root" user.
##############
##############
-# change this to your name...
-export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis'
-
-##############
-
# the "fredme" macro enables the feisty_meow environment.
alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh'