mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
Fix the icon for "ini"
ini files are config files (they're a standard in the Python world, though definitely not exclusive to it). For some reason, the previous mapping was a Windows logo, though, ironically, much of the tooling that uses this file format is *nix-specific. Using a more generic icon for this.
This commit is contained in:
parent
57b971515b
commit
0784b6bda1
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ impl Icons {
|
|||
m.insert("ico", "\u{f1c5}"); // ""
|
||||
m.insert("image", "\u{f1c5}"); // ""
|
||||
m.insert("iml", "\u{e7b5}"); // ""
|
||||
m.insert("ini", "\u{f17a}"); // ""
|
||||
m.insert("ini", "\u{e615}"); // ""
|
||||
m.insert("ipynb", "\u{e606}"); // ""
|
||||
m.insert("jar", "\u{e204}"); // ""
|
||||
m.insert("java", "\u{e204}"); // ""
|
||||
|
|
Loading…
Reference in a new issue