From: Jim Meyering Date: Mon, 21 Oct 1996 21:52:53 +0000 (+0000) Subject: Comment out DOS-style suffixes. X-Git-Tag: TEXTUTILS-1_19o~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc14f814578007fd8113a850bcf47be1d2287f61;p=thirdparty%2Fcoreutils.git Comment out DOS-style suffixes. --- diff --git a/src/dircolors.hin b/src/dircolors.hin index cd5b7cd154..05e38ff897 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