From: Chris Koeritz Date: Sun, 5 Nov 2017 00:18:07 +0000 (-0400) Subject: added apps folder for checkins X-Git-Tag: 2.140.90~80 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=c711ab3131fff076422eb9194e0a68f9e6099c33;p=feisty_meow.git added apps folder for checkins --- 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"