From 59b77297ccc18200384ec402bb8d4383386b8141 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 28 Jan 2012 14:59:12 -0500 Subject: [PATCH] moving towards better ending for alias files. --- scripts/core/{common_aliases.txt => common.alias} | 0 scripts/core/unter_alia.sh | 2 +- .../fred/{c_common_aliases.txt => fred_common.aliases} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename scripts/core/{common_aliases.txt => common.alias} (100%) rename scripts/examples/custom_overrides/fred/{c_common_aliases.txt => fred_common.aliases} (100%) diff --git a/scripts/core/common_aliases.txt b/scripts/core/common.alias similarity index 100% rename from scripts/core/common_aliases.txt rename to scripts/core/common.alias diff --git a/scripts/core/unter_alia.sh b/scripts/core/unter_alia.sh index ed3e32eb..644ca298 100644 --- a/scripts/core/unter_alia.sh +++ b/scripts/core/unter_alia.sh @@ -3,7 +3,7 @@ # generates alias files for different operating systems and shell scripts. # # This script generates command alias definitions for a variety of different -# shells. The "common_aliases.txt" file is used in all of the generated +# shells. The "common.alias" file is used in all of the generated # files as a base set of generally useful aliases. Then the appropriate # shell's specific aliases are added in; these are named after the shell that # they support, e.g. "sh_aliases.txt" is used with the sh and bash shells. diff --git a/scripts/examples/custom_overrides/fred/c_common_aliases.txt b/scripts/examples/custom_overrides/fred/fred_common.aliases similarity index 100% rename from scripts/examples/custom_overrides/fred/c_common_aliases.txt rename to scripts/examples/custom_overrides/fred/fred_common.aliases -- 2.34.1