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:
40caaa3
)
again with the fixing
author
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:21:08 +0000
(20:21 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 5 Nov 2017 00:21:08 +0000
(20:21 -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 8402301dba566b8212f68893dec710841dd41b7b..c56bec72e04b45b073929cc69bef6b5c87e1fe7d 100644
(file)
--- a/
scripts/customize/fred/fred_variables.sh
+++ b/
scripts/customize/fred/fred_variables.sh
@@
-22,6
+22,9
@@
if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
fi
# add in any of my applications that are in the apps folder.
if [ -d "$HOME/apps" ]; then
+ # first, simple projects.
+ REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)"
+ # then, site avenger specific projects.
REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -iname "avenger5" -type d)"
fi