rumblings of change; got custom scripts sorted, improved approach to
[feisty_meow.git] / scripts / core / variables.sh
index 16574ec5eb03f53b595a554f61c1b586b521a9fc..07e03ee65d0d8d6314fa42e1cdd81faf01206b0c 100644 (file)
@@ -62,10 +62,11 @@ fi
 # other variables...
 ##############################################################################
 
-# pull in the custom variable overrides for bash.
-if [ -f "$YETI_SCRIPTS/custom/c_variables.sh" ]; then
-  source "$YETI_SCRIPTS/custom/c_variables.sh"
-fi
+# pull in the custom overrides for feisty_meow scripts.
+for i in $YETI_SCRIPTS/custom/*.sh; do
+  echo "Sourcing custom file: $i"
+  source $i
+done
 
 # sets the prompts to what we (i.e., i) like...
 # there are four different prompts.  the first one, PS1, is the one that users