X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Ffeisty_meow_startup%2Fbashrc_user;h=f42144e9f33950796ac71c52449edb228119c682;hb=906f177e13e46cd3c765441f9516efc29f6ce671;hp=e2c45acf2815d8ee4a3069ef88e45805234e3743;hpb=b1ce4380ff40a840143f0f5d3c0d1a9e7c3eade6;p=feisty_meow.git diff --git a/examples/feisty_meow_startup/bashrc_user b/examples/feisty_meow_startup/bashrc_user index e2c45acf..f42144e9 100644 --- a/examples/feisty_meow_startup/bashrc_user +++ b/examples/feisty_meow_startup/bashrc_user @@ -1,15 +1,9 @@ -# add this file to your ~/.bashrc if you want the feisty_meow scripts to be -# loaded up automatically. this assumes your default shell is bash. -# ** this is for normal users, not the root user. +# this script is for normal users (not the root user). -# note: it is often useful to set the NAME variable to identify who you are. -# the scripts will set up a bogus one for you otherwise. for example: -# export NAME='Frunkooleon Q. Grendervasp' +#fix this. +export NAME='Frunkooleon Q. Grendervasp' -# don't bother running our stuff for dumb terminals, since any echo -# can mess with an sftp or scp connection, apparently. similarly, we -# don't want any automatic startup stuff if we are running under PBS. if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then # sets up the feisty_meow scripts, using the default locations for all scripts. source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh