annotate .dircolorsrc @ 13:a72d02acbab2 default tip

added clickable links in urxvt
author meillo@marmaro.de
date Wed, 09 Jan 2008 10:13:43 +0100
parents 4c1ead2dc501
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
4c1ead2dc501 xinitrc and screenrc added; code cleanups
meillo@marmaro.de
parents: 0
diff changeset
1 # markus schnalke -- http://marmaro.de
4c1ead2dc501 xinitrc and screenrc added; code cleanups
meillo@marmaro.de
parents: 0
diff changeset
2
4c1ead2dc501 xinitrc and screenrc added; code cleanups
meillo@marmaro.de
parents: 0
diff changeset
3
0
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
4 # Configuration file for dircolors, a utility to help you set the
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
5 # LS_COLORS environment variable used by GNU ls with the --color option.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
6 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
7 # slackware version of dircolors) are recognized but ignored.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
8 # Below, there should be one TERM entry for each termtype that is colorizable
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
9 TERM linux
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
10 TERM linux-c
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
11 TERM mach-color
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
12 TERM console
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
13 TERM con132x25
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
14 TERM con132x30
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
15 TERM con132x43
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
16 TERM con132x60
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
17 TERM con80x25
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
18 TERM con80x28
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
19 TERM con80x30
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
20 TERM con80x43
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
21 TERM con80x50
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
22 TERM con80x60
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
23 TERM cygwin
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
24 TERM dtterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
25 TERM mlterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
26 TERM putty
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
27 TERM xterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
28 TERM xterm-color
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
29 TERM xterm-debian
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
30 TERM rxvt
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
31 TERM rxvt-unicode
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
32 TERM screen
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
33 TERM screen-bce
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
34 TERM screen-w
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
35 TERM vt100
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
36 TERM Eterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
37
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
38 # Below are the color init strings for the basic file types. A color init
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
39 # string consists of one or more of the following numeric codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
40 # Attribute codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
41 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
42 # Text color codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
43 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
44 # Background color codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
45 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
46
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
47 NORMAL 00 # global default, although everything should be something.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
48 FILE 00 # normal file
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
49 DIR 01;34 # directory
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
50 LINK target # symbolic link. (If you set this to 'target' instead of a
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
51 FIFO 40;33 # pipe
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
52 SOCK 01;35 # socket
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
53 DOOR 01;35 # door
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
54 BLK 40;33;01 # block device driver
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
55 CHR 40;33;01 # character device driver
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
56 ORPHAN 40;31;01 # symlink to nonexistent file
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
57
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
58 SETUID 37;41 # file that is setuid (u+s)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
59 SETGID 30;43 # file that is setgid (g+s)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
60 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
61 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
62 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
63 EXEC 01;32 # This is for files with execute permission
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
64
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
65
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
66
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
67 # List any file extensions like '.gz' or '.tar' that you would like ls
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
68 # to colorize below. Put the extension, a space, and the color init string.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
69 # (and any comments you want to add after a '#')
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
70 # If you use DOS-style suffixes, you may want to uncomment the following:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
71
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
72 # archives or compressed (bright red)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
73 .tar 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
74 .tgz 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
75 .arj 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
76 .taz 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
77 .lzh 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
78 .zip 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
79 .z 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
80 .Z 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
81 .gz 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
82 .bz2 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
83 .deb 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
84 .rpm 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
85 .jar 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
86
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
87 # image formats
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
88 .jpg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
89 .jpeg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
90 .gif 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
91 .bmp 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
92 .pbm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
93 .pgm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
94 .ppm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
95 .tga 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
96 .xbm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
97 .xpm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
98 .tif 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
99 .tiff 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
100 .png 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
101 .mov 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
102 .mpg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
103 .mpeg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
104 .avi 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
105 .fli 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
106 .gl 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
107 .dl 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
108 .xcf 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
109 .xwd 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
110
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
111 # audio formats
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
112 .flac 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
113 .mp3 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
114 .mpc 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
115 .ogg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
116 .wav 01;35