mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-14 17:19:56 +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 {
|
||||
self.extension_is_one_of( &[
|
||||
"zip", "tar", "Z", "gz", "bz2", "a", "ar", "7z",
|
||||
"iso", "dmg", "tc", "rar", "par",
|
||||
"asc", "enc", "gpg", "pgp", "sig", "signature", "pfx", "p12",
|
||||
])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user