mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-15 17:35:52 +00:00
Correct the list of crypto extensions
They were the same as the archive/compressed extensions, and I never noticed!
This commit is contained in:
parent
fae0f3874e
commit
45c93b1b63
@ -51,8 +51,7 @@ impl<'_> File<'_> {
|
|||||||
|
|
||||||
pub fn is_crypto(&self) -> bool {
|
pub fn is_crypto(&self) -> bool {
|
||||||
self.extension_is_one_of( &[
|
self.extension_is_one_of( &[
|
||||||
"zip", "tar", "Z", "gz", "bz2", "a", "ar", "7z",
|
"asc", "enc", "gpg", "pgp", "sig", "signature", "pfx", "p12",
|
||||||
"iso", "dmg", "tc", "rar", "par",
|
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user