mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 22:22:26 +00:00
feat(Icons): show icon for files with Dockerfile extension
This commit is contained in:
parent
46f596ff5d
commit
392d56e515
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ impl Icons {
|
|||
m.insert("db", "\u{f1c0}"); // ""
|
||||
m.insert("diff", "\u{f440}"); // ""
|
||||
m.insert("doc", "\u{f1c2}"); // ""
|
||||
m.insert("dockerfile", "\u{f308}"); // ""
|
||||
m.insert("docx", "\u{f1c2}"); // ""
|
||||
m.insert("ds_store", "\u{f179}"); // ""
|
||||
m.insert("dump", "\u{f1c0}"); // ""
|
||||
|
|
Loading…
Reference in a new issue