added apps folder for checkins
authorChris Koeritz <fred@gruntose.com>
Sun, 5 Nov 2017 00:18:07 +0000 (20:18 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 5 Nov 2017 00:18:07 +0000 (20:18 -0400)
scripts/customize/fred/fred_variables.sh

index ab33a5a395afd62381ff2d16340202164ddf5e72..38c9a8f365d1ad63d9375a0da910f5ecc6bf0b5b 100644 (file)
@@ -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"