From c711ab3131fff076422eb9194e0a68f9e6099c33 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Nov 2017 20:18:07 -0400 Subject: [PATCH] added apps folder for checkins --- scripts/customize/fred/fred_variables.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index ab33a5a3..38c9a8f3 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -20,6 +20,10 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then if [ -d "$HOME/active" ]; then REPOSITORY_LIST+="$(find "$HOME/active" -maxdepth 1 -mindepth 1 -type d)" fi + # add in any of my applications that are in the apps folder. + if [ -d "$HOME/apps" ]; then + REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)" + fi # 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