From 80c4ac0a25c8f5892224f27e48a44cd81ff473f9 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 1 Nov 2023 17:10:52 -0400 Subject: [PATCH] updated once more... now using feisty meow personal home dir for important fred customizations. --- scripts/customize/fred/fred_variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index f592a277..8ae11a0a 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -8,7 +8,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then export PATH=/usr/local/fred/bin:$PATH # The nuage directory is a cloud-like repository of our personal data, managed as a git repo. - export CLOUD_BASE=$HOME/nuage + export CLOUD_BASE=$FEISTY_MEOW_PERSONAL_HOME/nuage # The gruntose web site is expected to reside below, if it exists at all. export WEBBED_SITES=$HOME/web @@ -17,7 +17,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then fi # add a bunch of personal folders to the list for checkin & checkout. - REPOSITORY_LIST=" nuage ebooks web ${REPOSITORY_LIST} " + REPOSITORY_LIST=" $CLOUD_BASE $FEISTY_MEOW_PERSONAL_HOME/ebooks $FEISTY_MEOW_PERSONAL_HOME/web ${REPOSITORY_LIST} " # adds our locally relevant archive folders into the list to be synched. MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus $HOME/brobdingnag" -- 2.34.1