X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fexamples%2Fcustom_overrides%2Freadme.txt;h=554f927849ef7bd08a02919d3fc796c5d429bfb4;hb=6c098e82fd059487b6097d31cdf8e199de7d792e;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..554f9278 100644 --- a/scripts/examples/custom_overrides/readme.txt +++ b/scripts/examples/custom_overrides/readme.txt @@ -1,15 +1,11 @@ - 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 -will never be checked into the repository from there. +folder to the $FEISTY_MEOW_GENERATED/custom directory.