]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- back to good old colors STABLE fileutils-4_1_9-8
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Nov 2002 03:55:37 +0000 (03:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DIR_COLORS -> 1.6

DIR_COLORS

index 27c3a5f9e3cc8ced2b3f88d125e0dfe542469944..0708330d34401ff52fdd7697e9f85a31c249f466 100644 (file)
@@ -49,14 +49,14 @@ EIGHTBIT 1
 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
 NORMAL 00      # global default, although everything should be something.
 FILE 00        # normal file
-DIR 01;36      # directory
-LINK 35        # symbolic link
-FIFO 34                # pipe
-SOCK 01;34     # socket
-BLK 32         # block device driver
-CHR 36         # character device driver
-ORPHAN 33      # orphaned symlinks
-MISSING 01;31  # ... and the files they point to
+DIR 01;34      # directory
+LINK 01;36     # symbolic link
+FIFO 40;33     # pipe
+SOCK 01;35     # socket
+BLK 40;33;01   # block device driver
+CHR 40;33;01   # character device driver
+ORPHAN 01;05;37;41  # orphaned syminks
+MISSING 01;05;37;41 # ... and the files they point to
 
 # This is for files with execute permission:
 EXEC 01;32 
@@ -65,71 +65,81 @@ EXEC 01;32
 # to colorize below. Put the extension, a space, and the color init string.
 # (and any comments you want to add after a '#')
 
-# 01;30 is still free
+# executables (bright green)
 
-.sh 01;32 # executables (bright green)
-.csh 01;32
-.bat 01;32
-.com 01;32
-.exe 01;32
 .cmd 01;32
+.exe 01;32
+.com 01;32
 .btm 01;32
+.bat 01;32
+.sh  01;32
+.csh 01;32
+
+# archives or compressed (bright red)
+
+.tar 01;31
+.tgz 01;31
+.arj 01;31
+.taz 01;31
+.lzh 01;31
+.lha 01;31
+.zip 01;31
+.z   01;31
+.Z   01;31
+.gz  01;31
+.bz2 01;31
+.bz  01;31
+.tz  01;31
+.rpm 01;31
+.cpio 01;31
+.deb 01;31
+.rar 01;31
+
+# image formats (bright magenta)
+
+.jpg 01;35
+.gif 01;35
+.bmp 01;35
+.xbm 01;35
+.xpm 01;35
+.pbm 01;35
+.pgm 01;35
+.ppm 01;35
+.png 01;35
+.mng 01;35
+.tif 01;35
+.tga 01;35
+
+# multimedia files (bright white)
+
+.mp3 01;37
+.mpg 01;37
+.mpe 01;37
+.mpeg 01;37
+.m1v 01;37
+.avi 01;37
+.asf 01;37
+.asx 01;37
+.mov 01;37
+.qt 01;37
+.rm 01;37
+.ogg 01;37
+.wav 01;37
+.wmv 01;37
+.wma 01;37
+
+# documents (blue)
+
+.ps 36
+.pdf 36
+.txt 36
+.doc 36
+.htm 36
+.html 36
+
+# devel (yellow)
 
-.tar 01;35 # archives or compressed (bright magenta)
-.tgz 01;35
-.gz  01;35
-.bz2 01;35
-.bz  01;35
-.taz 01;35
-.tz  01;35
-.z   01;35
-.Z   01;35
-.rpm 01;35
-.cpio 01;35
-.deb 01;35
-.zip 01;35
-.rar 01;35
-.arj 01;35
-.lzh 01;35
-.lha 01;35
-
-.jpg 31 # image formats (red)
-.png 31
-.mng 31
-.xbm 31
-.xpm 31
-.ppm 31
-.pbm 31
-.pgm 31
-.tif 31
-.gif 31
-.bmp 31
-.tga 31
-
-.ogg 01;31 # multimedia files (bright red)
-.mp3 01;31
-.mpg 01;31
-.mpe 01;31
-.mpeg 01;31
-.m1v 01;31
-.avi 01;31
-.asf 01;31
-.wmv 01;31
-.wma 01;31
-.asx 01;31
-.mov 01;31
-.qt 01;31
-.rm 01;31
-.wav 01;31
-
-.ps 01;37 # documents (white)
-.pdf 01;37
-.txt 01;37
-.doc 01;37
-.htm 01;37
-.html 01;37
-
-.c 01;33 # devel (yellow)
+.c 01;33
 .h 01;33
 .o 01;33
 .cc 01;33
This page took 0.042816 seconds and 4 git commands to generate.