X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=5a0c0b7bd463ec36a9e978661c46a16d654095e6;hb=aa7455f9107b309dde0f3088cb1be5c995e43600;hp=9804501748ffde4a90a1cd95b1aa7285bed64230;hpb=aa39ece45a91eb069e997b62e900fa16d356e8e1;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 98045017..5a0c0b7b 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -222,6 +222,12 @@ define_yeti_variable DEFAULT_FEISTYMEOW_ORG_DIR=/opt/feistymeow.org # set this so nechung can find its data. define_yeti_variable NECHUNG=$FEISTY_MEOW_APEX/infobase/fortunes.dat + + # set a personal home directory that can be overridden. + define_yeti_variable FEISTY_MEOW_PERSONAL_HOME + if [ -z "$FEISTY_MEOW_PERSONAL_HOME" ]; then + define_yeti_variable FEISTY_MEOW_PERSONAL_HOME="$HOME" + fi ## # establish a pipe for less to see our beloved syntax highlighting. ## define_yeti_variable LESSOPEN="| source-highlight -f esc -o STDOUT -i %s"