-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.dircolors
62 lines (51 loc) · 1.12 KB
/
base.dircolors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#!/not/executable
#
# Copyright (c) 2000-2014 Matthew Pearson <[email protected]>.
#
# These scripts are free. There is no warranty; your mileage may vary.
# Visit http://creativecommons.org/licenses/by-nc-sa/4.0/ for more details.
#
# $Id$
# commands to GNU dircolors; see also BSD LSCOLORS in .sh_aliases
#
TERM color-xterm
TERM dtterm
TERM nxterm
TERM vs100
TERM vt100
TERM vt100-w
TERM vt102
TERM vt220
TERM xnuppc
TERM xterm
TERM xterm-256color
TERM xterm-color
NORMAL 00
FILE 00
DIR 00
EXEC 00
LINK 04 # underline symlinks
ORPHAN 04;31 # broken symlinks are red
MISSING 04;31 # missing files are red
# mark device-special files in bold
FIFO 01
SOCK 01
DOOR 01
BLK 01
CHR 01
SETUID 01;31 # setuid files are bold red
SETGID 01;31 # setgid files are bold red
STICKY 43 # highlight sticky files in yellow
STICKY_OTHER_WRITABLE 43 # highlight sticky files in yellow
OTHER_WRITABLE 00 # world-writeable files are not special
# backup files are printed in red
*~ 36
*# 36
._* 36
# unimportant macos files are green
.DS_Store 32
.CFUserTextEncoding 32
.icns 32
.localized 32
*Icon\r 32
#EOF __TAGGED__