adopted two new variables
[feisty_meow.git] / feisty_inits / dot.bashrc-normal-user
index a4f1ca0e4123d9f464563b51fc6d8cf1ec377e97..aace71cfe6fad95939d48c63692accb2d36b6015 100644 (file)
@@ -1,6 +1,5 @@
 
-# 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).
 
 ##############
 
@@ -18,11 +17,6 @@ export HISTFILESIZE=8000000
 
 ##############
 
-# 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
@@ -31,7 +25,7 @@ if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
   export RUN_ALL_TESTS=true
 
   # turns on noisy debugging in feisty meow scripts if uncommented.
-  #export SHELL_DEBUG=true
+  #export DEBUG_FEISTY_MEOW=true
 fi
 
 ##############