From: Chris Koeritz Date: Thu, 9 Nov 2017 20:10:32 +0000 (-0500) Subject: fixed erroneous path X-Git-Tag: 2.140.90~14 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5eed0d1279cd85a36da87ecaaff6c261f41a87f8 fixed erroneous path --- diff --git a/feisty_inits/dot.bashrc-normal-user b/feisty_inits/dot.bashrc-normal-user index efd3423d..526b171e 100644 --- a/feisty_inits/dot.bashrc-normal-user +++ b/feisty_inits/dot.bashrc-normal-user @@ -20,7 +20,7 @@ export HISTFILESIZE=8000000 ############## # system-wide install: -export FEISTY_MEOW_APEX="/usr/local/fred" +export FEISTY_MEOW_APEX="/usr/local/fred/feisty_meow" # personal install: #export FEISTY_MEOW_APEX="$HOME/feisty_meow" diff --git a/feisty_inits/dot.bashrc-root b/feisty_inits/dot.bashrc-root index 2851b0bf..ee860947 100644 --- a/feisty_inits/dot.bashrc-root +++ b/feisty_inits/dot.bashrc-root @@ -20,7 +20,7 @@ export HISTFILESIZE=8000000 ############## # system-wide install: -export FEISTY_MEOW_APEX="/usr/local/fred" +export FEISTY_MEOW_APEX="/usr/local/fred/feisty_meow" # personal install: #export FEISTY_MEOW_APEX="$HOME/feisty_meow"