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:
46da488
)
added active folder to my personal repo list
author
Chris Koeritz
<fred@gruntose.com>
Sat, 4 Nov 2017 23:51:51 +0000
(19:51 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 4 Nov 2017 23:51:51 +0000
(19:51 -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 0530dba2a23924faf1f991ca8a299ebc3c6e87d6..2d2e77ab7e9d7acf7a9e86aae6db0ce3f719f3d6 100644
(file)
--- 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"