mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
added .p12 for encrypted certificates
Restored .sig and .signature extensions that were removed accidentally in a manual merge
This commit is contained in:
parent
774603b4ba
commit
a1393da998
1 changed files with 7 additions and 2 deletions
|
@ -569,14 +569,19 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.urlview 38;5;116
|
||||
# }}}
|
||||
# encrypted data {{{1
|
||||
.asc 38;5;192;3
|
||||
.enc 38;5;192;3
|
||||
.gpg 38;5;192;3
|
||||
.pem 38;5;192;3
|
||||
.signature 38;5;192;3
|
||||
.sig 38;5;192;3
|
||||
.p12 38;5;192;3
|
||||
.pem 38;5;192;3
|
||||
.pgp 38;5;192;3
|
||||
.asc 38;5;192;3
|
||||
.enc 38;5;192;3
|
||||
# }}}
|
||||
.sig 38;5;192;3
|
||||
.signature 38;5;192;3
|
||||
# 1}}}
|
||||
# emulators {{{1
|
||||
.32x 38;5;213
|
||||
.cdi 38;5;213
|
||||
|
|
Loading…
Reference in a new issue