Explorar el Código

Updated filetype icons

Added icon for filetype `.sh`
Gokul Swaminathan hace 5 años
padre
commit
43a4fcb27a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/output/icons.rs

+ 1 - 0
src/output/icons.rs

@@ -119,6 +119,7 @@ fn icon(file: &File) -> char {
                 "sass"      => '\u{e74b}',
                 "stylus"    => '\u{e759}',
                 "scala"     => '\u{e737}',
+                "sh"        => '\u{f489}',
                 "shell"     => '\u{f489}',
                 "sqlite3"   => '\u{e7c4}',
                 "styl"      => '\u{e600}',