X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Ffeisty_meow_startup%2Fbashrc_user;h=e2c45acf2815d8ee4a3069ef88e45805234e3743;hb=49c7386493690343410ccc51f3c527429f5c00ff;hp=6c2b67f9ec1b78815a3465a64b9e42d03e9f0f10;hpb=a13cd5a85a0981acfd3702c4eaec9aeff3ed80da;p=feisty_meow.git diff --git a/examples/feisty_meow_startup/bashrc_user b/examples/feisty_meow_startup/bashrc_user index 6c2b67f9..e2c45acf 100644 --- a/examples/feisty_meow_startup/bashrc_user +++ b/examples/feisty_meow_startup/bashrc_user @@ -1,16 +1,13 @@ -# in addition to the .bashrc code that the operating system gives you, -# you can add this file to your ~/.bashrc if you want the feisty_meow scripts -# to be loaded up automatically. -# -# this is for normal users, not the root user! +# 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. -# note: it is useful to set your own NAME variable to identify who you are. -# the feisty_meow scripts will set up a bogus one for you otherwise. in your home -# directory's .bashrc, you could add something like this, for example: -# export NAME='Doodmodeus Q. Nornberton' +# 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' -# don't bother running our stuff for a dumb terminal since any echo +# 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