-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.dircolors
66 lines (59 loc) · 2.89 KB
/
.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
63
64
65
66
# https://man7.org/linux/man-pages/man5/dir_colors.5.html
# ················································································
# File Filters
# ················································································
NORMAL 00;38;5;0
FILE 00;38;5;7
DIR 00;38;5;4
LINK 00;38;5;3
ORPHAN 00;38;5;1
EXEC 00;38;5;2
STICKY 00;38;5;50
# ················································································
# Documentation [BRIGHT-YELLOW]
# ················································································
*md 00;38;5;11
*README 00;38;5;11
# ················································································
# Configurations [MAGENTA]
# ················································································
*rc 00;38;5;5
*profile 00;38;5;5
*env 00;38;5;5
*conf 00;38;5;5
*config 00;38;5;5
*version 00;38;5;11
# ················································································
# Cache, History, Logs [RED]
# ················································································
*cache 00;38;5;1
*dump 00;38;5;1
*history 00;38;5;1
*hist 00;38;5;1
*log 00;38;5;1
*metadata.yaml 00;38;5;1
*.lesshst 00;38;5;1
.zlua 00;38;5;1
*p10k-dump-mubuntu.zsh 00;38;5;1
*p10k-instant-prompt-mubuntu.zsh 00;38;5;1
*prompt-29 00;38;5;1
*prompt-21 00;38;5;1
# ················································································
# Ignore, Temp, Worskpaces [BLACK]
# ················································································
*DS_Store 00;38;5;0
*ignore 00;38;5;0
*gitmodules 00;38;5;0
*hushlogin 00;38;5;0
*swp 00;38;5;0
*code-workspace 00;38;5;0
*editorconfig 00;38;5;0
*gitattributes 00;38;5;0
*revision-hash 00;38;5;0
*Session.vim 00;38;5;0
# ················································································
# Binaries [GREEN]
# ················································································
.zwc 00;38;5;2
.collection 00;38;5;2
*.bin 00;38;5;2