moving custom directory to under generated folder
[feisty_meow.git] / scripts / examples / custom_overrides / readme.txt
index d7ab4c646344db354934c8b5b1a7439cab0993e3..554f927849ef7bd08a02919d3fc796c5d429bfb4 100644 (file)
@@ -1,15 +1,11 @@
 
 
-
 this folder has some examples of how various people (or one person right now)
 do their custom scripts.
 
 this folder has some examples of how various people (or one person right now)
 do their custom scripts.
 
-the scripts often have the same name as the main script's name, but with
-a "c_" in front.  ones understood currently are:
-  c_common_aliases.txt
-  c_sh_aliases.txt
-  c_variables.sh
+the folder can have alias files (ending in .alias) that are written in bash,
+and it can also have shell scripts that are sourced into the main-line of
+script initialization (any files ending in .sh).
 
 when you have some custom scripts you want to use, copy them from your own
 
 when you have some custom scripts you want to use, copy them from your own
-folder to the scripts/custom directory.  be careful though, because they
-will never be checked into the repository from there.
+folder to the $FEISTY_MEOW_GENERATED/custom directory.