summaryrefslogtreecommitdiff
path: root/src/dircolors.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-21 21:52:53 +0000
committerJim Meyering <jim@meyering.net>1996-10-21 21:52:53 +0000
commitdc14f814578007fd8113a850bcf47be1d2287f61 (patch)
tree373a56839f3d046bcb5b68706e3aaff6fe0cb342 /src/dircolors.hin
parent32f42e0a34db3c8f544b4be9187379ef52f99241 (diff)
downloadcoreutils-dc14f814578007fd8113a850bcf47be1d2287f61.tar.xz
Comment out DOS-style suffixes.
Diffstat (limited to 'src/dircolors.hin')
-rw-r--r--src/dircolors.hin13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index cd5b7cd15..05e38ff89 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -43,11 +43,14 @@ EXEC 01;32
# List any file extensions like '.gz' or '.tar' that you would like ls
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#')
-.cmd 01;32 # executables (bright green)
-.exe 01;32
-.com 01;32
-.btm 01;32
-.bat 01;32
+
+# If you use DOS-style suffixes, you may want to uncomment the following:
+#.cmd 01;32 # executables (bright green)
+#.exe 01;32
+#.com 01;32
+#.btm 01;32
+#.bat 01;32
+
.tar 01;31 # archives or compressed (bright red)
.tgz 01;31
.arj 01;31