From b7f4b046caa18acd82622b69c5dee251b997860c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Aug 2012 11:10:30 -0400 Subject: [PATCH] removed extra noise in comments. --- examples/feisty_meow_startup/README.txt | 5 +++++ examples/feisty_meow_startup/bashrc_user | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 examples/feisty_meow_startup/README.txt diff --git a/examples/feisty_meow_startup/README.txt b/examples/feisty_meow_startup/README.txt new file mode 100644 index 00000000..4ebb8a90 --- /dev/null +++ b/examples/feisty_meow_startup/README.txt @@ -0,0 +1,5 @@ + + +these are some example scripts for getting the feisty meow aliases loaded. + +their purposes vary by the type of user they serve. 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 -- 2.34.1