mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-04 23:17:15 +00:00
fix icon mistake
This commit is contained in:
parent
5d608e8493
commit
3def8d0238
1 changed files with 2 additions and 2 deletions
|
@ -319,9 +319,9 @@ impl Icons {
|
|||
m.insert("xlsx", "\u{f1c3}"); // ""
|
||||
m.insert("xml", "\u{e619}"); // ""
|
||||
m.insert("xul", "\u{e619}"); // ""
|
||||
m.insert("yaml", "\u{f481}"); // ""
|
||||
m.insert("yaml", "\u{e60b}"); // ""
|
||||
m.insert("yml", "\u{e60b}"); // ""
|
||||
m.insert("zip", "\u{e60b}"); // ""
|
||||
m.insert("zip", "\u{f410}"); // ""
|
||||
m.insert("zsh", "\u{f489}"); // ""
|
||||
m.insert("zsh-theme", "\u{f489}"); // ""
|
||||
m.insert("zshrc", "\u{f489}"); // ""
|
||||
|
|
Loading…
Add table
Reference in a new issue