From: Chris Koeritz Date: Mon, 12 Dec 2016 10:50:05 +0000 (-0500) Subject: nice renaming X-Git-Tag: 2.140.90~348 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=86417e7a9eec40f8d9c97cb1947d3afa04fd4787;p=feisty_meow.git nice renaming --- diff --git a/customizing/how_to_customize.txt b/customizing/how_to_customize.txt new file mode 100644 index 00000000..be796df1 --- /dev/null +++ b/customizing/how_to_customize.txt @@ -0,0 +1,16 @@ + +this folder has some examples of how various people (or one person right now) +do their custom scripts. + +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 $FEISTY_MEOW_LOADING_DOCK/custom directory. + + +(needs to talk about the scripts directory which is handled specially. +are there any keyword matched filenames with special functions?) + + diff --git a/customizing/readme.txt b/customizing/readme.txt deleted file mode 100644 index be796df1..00000000 --- a/customizing/readme.txt +++ /dev/null @@ -1,16 +0,0 @@ - -this folder has some examples of how various people (or one person right now) -do their custom scripts. - -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 $FEISTY_MEOW_LOADING_DOCK/custom directory. - - -(needs to talk about the scripts directory which is handled specially. -are there any keyword matched filenames with special functions?) - -