much nicer version for recustomize, now actually preserves earlier behavior that
[feisty_meow.git] / scripts / core / variables.sh
index 465a864c90f06e720aaa2b437186148000f4756b..9f6f61cca5b31d7c212305092051269f955044a1 100644 (file)
@@ -16,7 +16,7 @@
 export PS1='\u@\h $ ';
 # sets the history length and max file size so we can get some long history around here.
 export HISTSIZE=1000000
-export HISTFILESIZE=2000000
+export HISTFILESIZE=8000000
   
 ##############
   
@@ -132,8 +132,10 @@ if [ -z "$NECHUNG" ]; then
   export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh
   
   # the base checkout list is just to update feisty_meow.  additional folder
-  # names can be added in your customized scripts.
-  export REPOSITORY_LIST="feisty_meow"
+  # names can be added in your customized scripts.  the space at the end of
+  # this variable is important and allows users to extend the list like:
+  #    export REPOSITORY_DIR+="muppets configs"
+  export REPOSITORY_LIST="feisty_meow "
   
   # initializes the feisty meow build variables, if possible.
   function initialize_build_variables()