# when added to ~/.bashrc, this code initializes the feisty meow environment # for "normal" users (not intended for the root user). 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 fi