From 69b665c82994814adcc86e7b8892d0b27032815c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 3 Nov 2017 11:10:01 -0400 Subject: [PATCH] took the NAME variable out of the feisty inits this eliminates the one piece of configuration needed for setting up feisty. it does leave us dangling dangerously close to the edge of not having a name variable set up... --- feisty_inits/dot.bashrc-normal-user | 8 +------- feisty_inits/dot.bashrc-root | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) 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 diff --git a/feisty_inits/dot.bashrc-root b/feisty_inits/dot.bashrc-root index 205e6a13..47fccb42 100644 --- a/feisty_inits/dot.bashrc-root +++ b/feisty_inits/dot.bashrc-root @@ -1,6 +1,5 @@ -# example ~/.bashrc: this code provides a macro to initialize the -# feisty meow environment for the "root" user. +# provides a macro to initialize the feisty meow environment for the "root" user. ############## @@ -18,11 +17,6 @@ export HISTFILESIZE=8000000 ############## -# change this to your name... -export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis' - -############## - # the "fredme" macro enables the feisty_meow environment. alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh' -- 2.34.1