From: kloczek Date: Mon, 20 Dec 1999 21:50:23 +0000 (+0000) Subject: - more file extensions. X-Git-Tag: fileutils-4_0_33-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Ffileutils-4_0l-7;p=packages%2Fcoreutils.git - more file extensions. Changed files: DIR_COLORS -> 1.2 --- diff --git a/DIR_COLORS b/DIR_COLORS index f804942..87c5a09 100644 --- a/DIR_COLORS +++ b/DIR_COLORS @@ -8,6 +8,12 @@ # off. COLOR tty +# Extra command line options for ls go here. +# Basically these ones are: +# -F = show '/' for dirs, '*' for executables, etc. +# -T 0 = don't trust tab spacing when formatting ls output. +OPTIONS -F -T 0 + # Below, there should be one TERM entry for each termtype that is colorizable TERM linux TERM console @@ -21,8 +27,14 @@ TERM con80x30 TERM con80x43 TERM con80x50 TERM con80x60 +TERM cons25 TERM xterm +TERM rxvt +TERM xterm-color +TERM color-xterm TERM vt100 +TERM dtterm +TERM color_xterm # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output) EIGHTBIT 1 @@ -57,6 +69,8 @@ EXEC 01;32 .com 01;32 .btm 01;32 .bat 01;32 +.sh 01;32 +.csh 01;32 .tar 01;31 # archives or compressed (bright red) .tgz 01;31 .arj 01;31 @@ -66,8 +80,15 @@ EXEC 01;32 .z 01;31 .Z 01;31 .gz 01;31 +.bz2 01;31 +.bz 01;31 +.tz 01;31 +.rpm 01;31 +.cpio 01;31 .jpg 01;35 # image formats .gif 01;35 .bmp 01;35 .xbm 01;35 .xpm 01;35 +.png 01;35 +.tif 01;35