]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- more file extensions. fileutils-4_0_33-1 fileutils-4_0_36-1 fileutils-4_0_36-2 fileutils-4_0_37-1 fileutils-4_0_38-1 fileutils-4_0_41-1 fileutils-4_0_43-1 fileutils-4_0l-6 fileutils-4_0l-7 fileutils-4_0t-1 fileutils-4_0t-2 fileutils-4_0y-1 fileutils-4_1-10 fileutils-4_1-11 fileutils-4_1-3 fileutils-4_1-4 fileutils-4_1-5 fileutils-4_1-6 fileutils-4_1-7 fileutils-4_1-8 fileutils-4_1-9
authorkloczek <kloczek@pld-linux.org>
Mon, 20 Dec 1999 21:50:23 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DIR_COLORS -> 1.2

DIR_COLORS

index f8049420c6f473b296a50ab925f307d7a6cef25e..87c5a090b21cf4a102202235798c9e35902717ac 100644 (file)
@@ -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
This page took 0.194868 seconds and 4 git commands to generate.