From: Chris Koeritz Date: Sat, 28 Nov 2015 02:14:14 +0000 (-0500) Subject: updated with better comments. X-Git-Tag: 2.140.90~568 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=20d24b1c17214ee23e7d16d402520f19a8b1446d;p=feisty_meow.git updated with better comments. --- 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'