add zst file icon

This commit is contained in:
Scott B 2021-12-10 18:04:57 -08:00
parent 3e9de0e7e1
commit 69ae5db3b6

View File

@ -345,6 +345,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"zsh" => '\u{f489}', // 
"zsh-theme" => '\u{f489}', // 
"zshrc" => '\u{f489}', // 
"zst" => '\u{f410}', // 
_ => '\u{f15b}' // 
}
}