dropped troublesome extra apex line
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 17:25:01 +0000 (12:25 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 17:25:01 +0000 (12:25 -0500)
infobase/feisty_inits/dot.bashrc-normal-user
infobase/feisty_inits/dot.bashrc-root

index edc83b709a74838dba2be900710ec189e7109121..aa9d71e97cc9522fb997750646f26f7369fe71e2 100644 (file)
@@ -21,8 +21,7 @@ export HISTFILESIZE=8000000
 
 # system-wide install:
 export FEISTY_MEOW_APEX="/opt/feistymeow.org/feisty_meow"
-# personal install:
-#export FEISTY_MEOW_APEX="$HOME/feisty_meow"
+# personal install: ...="$HOME/feisty_meow" instead.
 
 # sets up the feisty_meow scripts if appropriate for the environment.
 if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
index 20a9023fadd3d1f596d6dc5f35b807923395a661..1e0d91339b2aaa5b31d3109a1ba13e8ef4b18506 100644 (file)
@@ -21,8 +21,7 @@ export HISTFILESIZE=8000000
 
 # system-wide install:
 export FEISTY_MEOW_APEX="/opt/feistymeow.org/feisty_meow"
-# personal install:
-#export FEISTY_MEOW_APEX="$HOME/feisty_meow"
+# personal install: ...="$HOME/feisty_meow" instead.
 
 # the "fredme" macro enables the feisty_meow environment.
 alias fredme='source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"'