From 20d25060a6d07c57034476470dba0748eb092e37 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Nov 2017 19:51:51 -0400 Subject: [PATCH] added active folder to my personal repo list --- 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 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" -- 2.34.1