]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Comment out DOS-style suffixes.
authorJim Meyering <jim@meyering.net>
Mon, 21 Oct 1996 21:52:53 +0000 (21:52 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Oct 1996 21:52:53 +0000 (21:52 +0000)
src/dircolors.hin

index cd5b7cd154e49cf542e1a7cc9eaf6611b2b7acbd..05e38ff897abb800e69e78c67cffb128cbd389f3 100644 (file)
@@ -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