relocated the feisty meow init examples, since they were languishing in too deep
[feisty_meow.git] / feisty_inits / dot.bashrc-normal-user
1
2 # this script is for normal users running bash (not the root user).
3 # it can be added to your ~/.bashrc file to automatically load the feisty
4 # meow script environment.
5
6 ### this should be set to your name...
7 export NAME='Frunkooleon Q. Grendervasp'
8
9 if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
10   # sets up the feisty_meow scripts.
11   source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
12 fi
13