initial checkin
[zsh-lovers.git] / zsh_people / bruno_bonfils / misc / dircolors.rc
1 COLOR tty
2
3 # Extra command line options for ls go here.
4 # Basically these ones are:
5 #  -F = show '/' for dirs, '*' for executables, etc.
6 #  -T 0 = don't trust tab spacing when formatting ls output.
7 OPTIONS -F -T 0
8
9 # Below, there should be one TERM entry for each termtype that is colorizable
10 TERM linux
11 TERM screen
12 TERM console
13 TERM xterm
14 TERM rxvt
15 TERM vt100
16 TERM Eterm
17
18 # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
19 EIGHTBIT 1
20
21 # Below are the color init strings for the basic file types. A color init
22 # string consists of one or more of the following numeric codes:
23 # Attribute codes: 
24 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
25 # Text color codes:
26 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
27 # Background color codes:
28 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
29 NORMAL 00       # global default, although everything should be something.
30 FILE 00         # normal file
31 DIR 00;34       # directory
32 LINK 00;35      # symbolic link
33 FIFO 40;33      # pipe
34 SOCK 01;35      # socket
35 BLK 40;33;01    # block device driver
36 CHR 40;33;01    # character device driver
37
38 # This is for files with execute permission:
39 EXEC 01;32 
40
41 # List any file extensions like '.gz' or '.tar' that you would like ls
42 # to colorize below. Put the extension, a space, and the color init string.
43 # (and any comments you want to add after a '#')
44
45 # Archives
46 .btm 00;32
47 .tar 00;31
48 .tgz 00;31
49 .arj 00;31
50 .gz  00;31
51 .bz2 00;31
52
53 # Packages
54 .deb 04;35
55 .rpm 04;35
56
57 # Images
58 .jpg 00;35
59 .gif 00;35       # GIF SUX !!!
60 .bmp 00;35
61 .xbm 00;35
62 .xpm 00;35
63 .tif 00;35
64 .png 00;35
65
66 # Sons
67 .mp3 00;33
68 .xm  00;33
69 .ogg 00;33
70
71 # Doc
72 .pdf 00;36
73 .PDF 00;36
74 .ps  00;36