mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-21 19:45:11 +00:00
Added icon for img files
This commit is contained in:
parent
7e4944c188
commit
45b6413fd0
@ -206,6 +206,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"hxx" => '\u{f0fd}', //
|
||||
"ico" => '\u{f1c5}', //
|
||||
"image" => '\u{f1c5}', //
|
||||
"img" => '\u{e271}', //
|
||||
"iml" => '\u{e7b5}', //
|
||||
"ini" => '\u{f17a}', //
|
||||
"ipynb" => '\u{e606}', //
|
||||
|
Loading…
Reference in New Issue
Block a user