From 20d24b1c17214ee23e7d16d402520f19a8b1446d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 27 Nov 2015 21:14:14 -0500 Subject: [PATCH] updated with better comments. --- feisty_inits/dot.bashrc-normal-user | 10 ++++------ feisty_inits/dot.bashrc-root | 4 +--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/feisty_inits/dot.bashrc-normal-user b/feisty_inits/dot.bashrc-normal-user index be199063..1a82d490 100644 --- a/feisty_inits/dot.bashrc-normal-user +++ b/feisty_inits/dot.bashrc-normal-user @@ -1,13 +1,11 @@ -# this script is for normal users running bash (not the root user). -# it can be added to your ~/.bashrc file to automatically load the feisty -# meow script environment. +# when added to ~/.bashrc, this code initializes the feisty meow environment +# for "normal" users (not intended for the root user). -### this should be set to your name... -export NAME='Frunkooleon Q. Grendervasp' +export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis' +# sets up the feisty_meow scripts if appropriate for the environment. if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then - # sets up the feisty_meow scripts. source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh fi diff --git a/feisty_inits/dot.bashrc-root b/feisty_inits/dot.bashrc-root index 859b79a9..00df34fd 100644 --- a/feisty_inits/dot.bashrc-root +++ b/feisty_inits/dot.bashrc-root @@ -1,6 +1,4 @@ -# this file can be added to root's ~/.bashrc... -# it provides the "fredme" macro that enables all the feisty_meow tools. - +# the "fredme" macro enables the feisty_meow environment. alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh' -- 2.34.1