Browse Source

add icon for Vagrantfile

Theta-Dev 3 years ago
parent
commit
665011ddfc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/output/icons.rs

+ 1 - 0
src/output/icons.rs

@@ -86,6 +86,7 @@ lazy_static! {
         m.insert("PKGBUILD", '\u{f303}'); // 
         m.insert("rubydoc", '\u{e73b}'); // 
         m.insert("yarn.lock", '\u{e718}'); // 
+        m.insert("Vagrantfile", '\u{2371}'); //⍱
 
         m
     };