]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add the following to the list of colorizable
authorJim Meyering <jim@meyering.net>
Thu, 18 Jul 2002 09:28:41 +0000 (09:28 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jul 2002 09:28:41 +0000 (09:28 +0000)
TERM names: dtterm xterm-color Eterm.
New archive suffix: .jar
New image suffixes: .jpeg .pbm .pgm .tiff .mpeg .xcf .xwd
Audio suffixes: .ogg .mp3

src/dircolors.hin

index 5da7807deaeb8173bd7de8e8d790b426c6cba6fb..f3911568570fa33f19b3fc6b541e6594a9c14642 100644 (file)
@@ -19,12 +19,15 @@ TERM con80x30
 TERM con80x43
 TERM con80x50
 TERM con80x60
+TERM dtterm
 TERM xterm
+TERM xterm-color
 TERM xterm-debian
 TERM rxvt
 TERM screen
 TERM screen-w
 TERM vt100
+TERM Eterm
 
 # Below are the color init strings for the basic file types. A color init
 # string consists of one or more of the following numeric codes:
@@ -72,19 +75,31 @@ EXEC 01;32
 .bz2 01;31
 .deb 01;31
 .rpm 01;31
+.jar 01;3
 
 # image formats
 .jpg 01;35
+.jpeg 01;35
 .gif 01;35
 .bmp 01;35
+.pbm 01;35
+.pgm 01;35
 .ppm 01;35
 .tga 01;35
 .xbm 01;35
 .xpm 01;35
 .tif 01;35
+.tiff 01;35
 .png 01;35
 .mpg 01;35
+.mpeg 01;35
 .avi 01;35
 .fli 01;35
 .gl 01;35
 .dl 01;35
+.xcf 01;35
+.xwd 01;35
+
+# audio formats
+.ogg 01;35
+.mp3 01;35