From: Chris Koeritz Date: Sat, 4 Nov 2017 23:51:51 +0000 (-0400) Subject: added active folder to my personal repo list X-Git-Tag: 2.140.90~82 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=20d25060a6d07c57034476470dba0748eb092e37;p=feisty_meow.git added active folder to my personal repo list --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 0530dba2..2d2e77ab 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -15,8 +15,8 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then fi # add a bunch of personal folders to the list for checkin & checkout. - REPOSITORY_LIST+="cloud ebooks web active/webwork" -#feisty is back in the default list $(basename $FEISTY_MEOW_APEX) + REPOSITORY_LIST+="cloud ebooks web" + REPOSITORY_LIST+="$(find $HOME/active -maxdepth 1 -mindepth 1 -type d)" # adds our locally relevant archive folders into the list to be synched. ARCHIVE_COLLECTIONS_LIST+="/z/basement /z/imaginations /z/musix /z/toaster /z/walrus"