nice renaming
authorChris Koeritz <fred@gruntose.com>
Mon, 12 Dec 2016 10:50:05 +0000 (05:50 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 12 Dec 2016 10:50:05 +0000 (05:50 -0500)
customizing/how_to_customize.txt [new file with mode: 0644]
customizing/readme.txt [deleted file]

diff --git a/customizing/how_to_customize.txt b/customizing/how_to_customize.txt
new file mode 100644 (file)
index 0000000..be796df
--- /dev/null
@@ -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 (file)
index be796df..0000000
+++ /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?)
-
-