mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-01 18:18:24 +00:00
Merge pull request #1045 from sorairolake/format/cpio
Add cpio filetype
This commit is contained in:
commit
fc6a6d0b38
@ -81,7 +81,7 @@ impl FileExtensions {
|
||||
file.extension_is_one_of( &[
|
||||
"zip", "tar", "Z", "z", "gz", "bz2", "a", "ar", "7z",
|
||||
"iso", "dmg", "tc", "rar", "par", "tgz", "xz", "txz",
|
||||
"lz", "tlz", "lzma", "deb", "rpm", "zst", "lz4",
|
||||
"lz", "tlz", "lzma", "deb", "rpm", "zst", "lz4", "cpio",
|
||||
])
|
||||
}
|
||||
|
||||
|
@ -136,6 +136,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"coffee" => '\u{f0f4}', //
|
||||
"conf" => '\u{e615}', //
|
||||
"cp" => '\u{e61d}', //
|
||||
"cpio" => '\u{f410}', //
|
||||
"cpp" => '\u{e61d}', //
|
||||
"cs" => '\u{f81a}', //
|
||||
"csh" => '\u{f489}', //
|
||||
|
Loading…
x
Reference in New Issue
Block a user