Skip to content

Commit

Permalink
feat(Icons): show icon for files with Dockerfile extension
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamTamoad committed May 1, 2022
1 parent 5f6aa76 commit 7f361d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}"); // ""
Expand Down

0 comments on commit 7f361d2

Please sign in to comment.