X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fexamples%2Fcustom_overrides%2Freadme.txt;h=92bb30237f2b6db3705c136d92d73649765dbb32;hb=57720a354df2bd1f08752fefd06b989e8a7b1b0d;hp=d7ab4c646344db354934c8b5b1a7439cab0993e3;hpb=a1f3c65741691541c269f9e74626ac764e27cc03;p=feisty_meow.git diff --git a/scripts/examples/custom_overrides/readme.txt b/scripts/examples/custom_overrides/readme.txt index d7ab4c64..92bb3023 100644 --- a/scripts/examples/custom_overrides/readme.txt +++ b/scripts/examples/custom_overrides/readme.txt @@ -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