mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 15:20:58 +00:00
Add files via upload
This commit is contained in:
parent
3e9de0e7e1
commit
091ab51b98
@ -255,6 +255,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"ogg" => '\u{f001}', //
|
||||
"ogv" => '\u{f03d}', //
|
||||
"otf" => '\u{f031}', //
|
||||
"part" => '\u{f43a}', //
|
||||
"patch" => '\u{f440}', //
|
||||
"pdf" => '\u{f1c1}', //
|
||||
"php" => '\u{e73d}', //
|
||||
@ -314,6 +315,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"tiff" => '\u{f1c5}', //
|
||||
"tlz" => '\u{f410}', //
|
||||
"toml" => '\u{e615}', //
|
||||
"torrent" => '\u{e275}', //
|
||||
"ts" => '\u{e628}', //
|
||||
"tsv" => '\u{f1c3}', //
|
||||
"tsx" => '\u{e7ba}', //
|
||||
|
Loading…
Reference in New Issue
Block a user