projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a2647
)
added apps folder for checkins
author
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:18:07 +0000
(20:18 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:18:07 +0000
(20:18 -0400)
scripts/customize/fred/fred_variables.sh
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/fred_variables.sh
b/scripts/customize/fred/fred_variables.sh
index ab33a5a395afd62381ff2d16340202164ddf5e72..38c9a8f365d1ad63d9375a0da910f5ecc6bf0b5b 100644
(file)
--- 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"