X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=feisty_inits%2Fdot.bashrc-normal-user;h=793e4841f8eeb3c2f3a221a727777838637c8f3f;hb=46da48836dd0d44a6f7a9129b516d5a5eb2fe223;hp=a4f1ca0e4123d9f464563b51fc6d8cf1ec377e97;hpb=27a2d38e09eae51c1a5e4a59b772225b62ece80d;p=feisty_meow.git diff --git a/feisty_inits/dot.bashrc-normal-user b/feisty_inits/dot.bashrc-normal-user index a4f1ca0e..793e4841 100644 --- a/feisty_inits/dot.bashrc-normal-user +++ b/feisty_inits/dot.bashrc-normal-user @@ -1,6 +1,5 @@ -# example ~/.bashrc: this code initializes the feisty meow environment -# for "normal" users (not intended for the root user). +# initializes the feisty meow environment for "normal" users (not intended for the root user). ############## @@ -18,11 +17,6 @@ export HISTFILESIZE=8000000 ############## -# change this to your name... -export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis' - -############## - # sets up the feisty_meow scripts if appropriate for the environment. if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh