mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 03:55:11 +00:00
Added icons for .pm similar to .pl
This commit is contained in:
parent
8ad8b33573
commit
954462634a
@ -272,6 +272,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"pdf" => '\u{f1c1}', //
|
"pdf" => '\u{f1c1}', //
|
||||||
"php" => '\u{e73d}', //
|
"php" => '\u{e73d}', //
|
||||||
"pl" => '\u{e769}', //
|
"pl" => '\u{e769}', //
|
||||||
|
"pm" => '\u{e769}', //
|
||||||
"png" => '\u{f1c5}', //
|
"png" => '\u{f1c5}', //
|
||||||
"ppt" => '\u{f1c4}', //
|
"ppt" => '\u{f1c4}', //
|
||||||
"pptx" => '\u{f1c4}', //
|
"pptx" => '\u{f1c4}', //
|
||||||
|
Loading…
Reference in New Issue
Block a user