mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
added a section for encrypted files
This commit is contained in:
parent
70d101aff6
commit
e7c1074391
1 changed files with 5 additions and 4 deletions
|
@ -47,7 +47,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.BAT 38;5;108
|
||||
.PL 38;5;160
|
||||
.ahk 38;5;29;1
|
||||
.asc 38;5;192;3
|
||||
.asm 38;5;240;1
|
||||
.awk 38;5;148;1
|
||||
.bash 38;5;173
|
||||
|
@ -71,7 +70,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.csv 38;5;78
|
||||
.ctp 38;5;95
|
||||
.diff 48;5;197;38;5;232
|
||||
.enc 38;5;192;3
|
||||
.eps 38;5;192
|
||||
.etx 38;5;172
|
||||
.ex 38;5;148;1
|
||||
|
@ -92,7 +90,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.s 38;5;81
|
||||
.S 38;5;81
|
||||
.sx 38;5;81
|
||||
# Encrypted data
|
||||
.gpg 38;5;192;3
|
||||
.sig 38;5;192;3
|
||||
.pgp 38;5;192;3
|
||||
.asc 38;5;192;3
|
||||
.enc 38;5;192;3
|
||||
# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9
|
||||
.hi 38;5;240
|
||||
.hs 38;5;155;1
|
||||
|
@ -128,7 +131,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.patch 48;5;197;38;5;232;1
|
||||
.pc 38;5;100
|
||||
.pfa 38;5;43
|
||||
.pgp 38;5;192;3
|
||||
.pgsql 38;5;222
|
||||
.php 38;5;93
|
||||
.pl 38;5;214
|
||||
|
@ -146,7 +148,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.sed 38;5;130;1
|
||||
.sfv 38;5;197
|
||||
.sh 38;5;113
|
||||
.sig 38;5;192;3
|
||||
.signature 38;5;206
|
||||
.sql 38;5;222
|
||||
.srt 38;5;116
|
||||
|
|
Loading…
Reference in a new issue