]> git.donarmstrong.com Git - zsh.git/blob - .zsh/dircolors
add ~/.local/bin to PATH
[zsh.git] / .zsh / dircolors
1 # -*- mode: sh -*-
2 # dircolors
3 #
4 # colours for directory listings for normal people
5 #
6 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
7 # Released under the terms of the Artistic Licence 2.0
8 #
9 # Source repository: git://git.madduck.net/etc/zsh.git
10 #
11
12 ### BEGIN dircolors --print-database output ##################################
13 # Configuration file for dircolors, a utility to help you set the
14 # LS_COLORS environment variable used by GNU ls with the --color option.
15 # Copyright (C) 1996, 1999-2011 Free Software Foundation, Inc.
16 # Copying and distribution of this file, with or without modification,
17 # are permitted provided the copyright notice and this notice are preserved.
18 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
19 # slackware version of dircolors) are recognized but ignored.
20 # Below, there should be one TERM entry for each termtype that is colorizable
21 TERM Eterm
22 TERM ansi
23 TERM color-xterm
24 TERM con132x25
25 TERM con132x30
26 TERM con132x43
27 TERM con132x60
28 TERM con80x25
29 TERM con80x28
30 TERM con80x30
31 TERM con80x43
32 TERM con80x50
33 TERM con80x60
34 TERM cons25
35 TERM console
36 TERM cygwin
37 TERM dtterm
38 TERM eterm-color
39 TERM gnome
40 TERM gnome-256color
41 TERM jfbterm
42 TERM konsole
43 TERM kterm
44 TERM linux
45 TERM linux-c
46 TERM mach-color
47 TERM mlterm
48 TERM putty
49 TERM rxvt
50 TERM rxvt-256color
51 TERM rxvt-cygwin
52 TERM rxvt-cygwin-native
53 TERM rxvt-unicode
54 TERM rxvt-unicode-256color
55 TERM rxvt-unicode256
56 TERM screen
57 TERM screen-256color
58 TERM screen-256color-bce
59 TERM screen-bce
60 TERM screen-w
61 TERM screen.Eterm
62 TERM screen.rxvt
63 TERM screen.linux
64 TERM terminator
65 TERM vt100
66 TERM xterm
67 TERM xterm-16color
68 TERM xterm-256color
69 TERM xterm-88color
70 TERM xterm-color
71 TERM xterm-debian
72 TERM stterm-256color
73 # Below are the color init strings for the basic file types. A color init
74 # string consists of one or more of the following numeric codes:
75 # Attribute codes:
76 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
77 # Text color codes:
78 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
79 # Background color codes:
80 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
81 #NORMAL 00 # no color code at all
82 #FILE 00 # regular file: use no color at all
83 RESET 0 # reset to "normal" color
84 DIR 01;34 # directory
85 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
86  # numerical value, the color is as for the file pointed to.)
87 MULTIHARDLINK 00 # regular file with more than one link
88 FIFO 40;33 # pipe
89 SOCK 01;35 # socket
90 DOOR 01;35 # door
91 BLK 40;33;01 # block device driver
92 CHR 40;33;01 # character device driver
93 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
94 SETUID 37;41 # file that is setuid (u+s)
95 SETGID 30;43 # file that is setgid (g+s)
96 CAPABILITY 30;41 # file with capability
97 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
98 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
99 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
100 # This is for files with execute permission:
101 EXEC 01;32
102 # List any file extensions like '.gz' or '.tar' that you would like ls
103 # to colorize below. Put the extension, a space, and the color init string.
104 # (and any comments you want to add after a '#')
105 # If you use DOS-style suffixes, you may want to uncomment the following:
106 #.cmd 01;32 # executables (bright green)
107 #.exe 01;32
108 #.com 01;32
109 #.btm 01;32
110 #.bat 01;32
111 # Or if you want to colorize scripts even if they do not have the
112 # executable bit actually set.
113 #.sh 01;32
114 #.csh 01;32
115  # archives or compressed (bright red)
116 .tar 01;31
117 .tgz 01;31
118 .arj 01;31
119 .taz 01;31
120 .lzh 01;31
121 .lzma 01;31
122 .tlz 01;31
123 .txz 01;31
124 .zip 01;31
125 .z 01;31
126 .Z 01;31
127 .dz 01;31
128 .gz 01;31
129 .lz 01;31
130 .xz 01;31
131 .bz2 01;31
132 .bz 01;31
133 .tbz 01;31
134 .tbz2 01;31
135 .tz 01;31
136 .deb 01;31
137 .rpm 01;31
138 .jar 01;31
139 .war 01;31
140 .ear 01;31
141 .sar 01;31
142 .rar 01;31
143 .ace 01;31
144 .zoo 01;31
145 .cpio 01;31
146 .7z 01;31
147 .rz 01;31
148 # image formats
149 .jpg 01;35
150 .jpeg 01;35
151 .gif 01;35
152 .bmp 01;35
153 .pbm 01;35
154 .pgm 01;35
155 .ppm 01;35
156 .tga 01;35
157 .xbm 01;35
158 .xpm 01;35
159 .tif 01;35
160 .tiff 01;35
161 .png 01;35
162 .svg 01;35
163 .svgz 01;35
164 .mng 01;35
165 .pcx 01;35
166 .mov 01;35
167 .mpg 01;35
168 .mpeg 01;35
169 .m2v 01;35
170 .mkv 01;35
171 .webm 01;35
172 .ogm 01;35
173 .mp4 01;35
174 .m4v 01;35
175 .mp4v 01;35
176 .vob 01;35
177 .qt 01;35
178 .nuv 01;35
179 .wmv 01;35
180 .asf 01;35
181 .rm 01;35
182 .rmvb 01;35
183 .flc 01;35
184 .avi 01;35
185 .fli 01;35
186 .flv 01;35
187 .gl 01;35
188 .dl 01;35
189 .xcf 01;35
190 .xwd 01;35
191 .yuv 01;35
192 .cgm 01;35
193 .emf 01;35
194 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
195 .axv 01;35
196 .anx 01;35
197 .ogv 01;35
198 .ogx 01;35
199 # audio formats
200 .aac 00;36
201 .au 00;36
202 .flac 00;36
203 .mid 00;36
204 .midi 00;36
205 .mka 00;36
206 .mp3 00;36
207 .mpc 00;36
208 .ogg 00;36
209 .ra 00;36
210 .wav 00;36
211 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
212 .axa 00;36
213 .oga 00;36
214 .spx 00;36
215 .xspf 00;36
216
217 # vim:ft=dircolors