cleaned up many variable usages, etc.
[feisty_meow.git] / scripts / examples / custom_overrides / readme.txt
index d7ab4c646344db354934c8b5b1a7439cab0993e3..92bb30237f2b6db3705c136d92d73649765dbb32 100644 (file)
@@ -1,13 +1,10 @@
 
-
 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
 folder to the scripts/custom directory.  be careful though, because they