From e2e5b7324e2223c780e1b7b8383f56a793b383df Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Nov 1999 20:34:03 +0000 Subject: Add several more TERM types. Add .bz2 suffix. Add .png for real this time. Change the image types colors to be visible in a black-on-white xterm. --- src/dircolors.hin | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/dircolors.hin b/src/dircolors.hin index 3aede6b00..02af508d3 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -6,6 +6,8 @@ # Below, there should be one TERM entry for each termtype that is colorizable TERM linux +TERM linux-c +TERM mach-color TERM console TERM con132x25 TERM con132x30 @@ -18,6 +20,10 @@ TERM con80x43 TERM con80x50 TERM con80x60 TERM xterm +TERM xterm-debian +TERM rxvt +TERM screen +TERM screen-w TERM vt100 # Below are the color init strings for the basic file types. A color init @@ -62,9 +68,12 @@ EXEC 01;32 .z 01;31 .Z 01;31 .gz 01;31 +.bz2 01;31 .deb 01;31 .rpm 01;31 -.jpg 01;35 # image formats + +# image formats +.jpg 01;35 .png 01;35 .gif 01;35 .bmp 01;35 @@ -73,8 +82,9 @@ EXEC 01;32 .xbm 01;35 .xpm 01;35 .tif 01;35 -.mpg 01;37 -.avi 01;37 -.fli 01;37 -.gl 01;37 -.dl 01;37 +.png 01;35 +.mpg 01;35 +.avi 01;35 +.fli 01;35 +.gl 01;35 +.dl 01;35 -- cgit v1.2.3-70-g09d2