summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott B <arglebargle@arglebargle.dev>2021-12-10 18:04:57 -0800
committerScott B <arglebargle@arglebargle.dev>2021-12-10 18:04:57 -0800
commit69ae5db3b6aa04d0e31f6ad481cb6a1858316314 (patch)
treeeb0d2eac62d25f4eb64b3f996821c95a4095403c
parent3e9de0e7e1969006a8419be66ade488cce1b7cc6 (diff)
add zst file icon
-rw-r--r--src/output/icons.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output/icons.rs b/src/output/icons.rs
index eb7666a..bc8939d 100644
--- a/src/output/icons.rs
+++ b/src/output/icons.rs
@@ -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}' // 
}
}