1a82d490bba556d89cc020ba8e6c65d3e8e09b1d
[feisty_meow.git] / feisty_inits / dot.bashrc-normal-user
1
2 # when added to ~/.bashrc, this code initializes the feisty meow environment
3 # for "normal" users (not intended for the root user).
4
5 export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis'
6
7 # sets up the feisty_meow scripts if appropriate for the environment.
8 if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
9   source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
10 fi
11