Skip to content

Commit

Permalink
feat(icons): add Zig module icons
Browse files Browse the repository at this point in the history
(exa PR) 1085: Merge pull request #41 from cafkafk/pr-1085
  • Loading branch information
cafkafk committed Jul 30, 2023
2 parents 2c917ff + 2fa1ea0 commit 8387f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Expand Up @@ -360,6 +360,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"xz" => '\u{f410}', // 
"yaml" => '\u{f481}', // 
"yml" => '\u{f481}', // 
"zig" => '\u{21af}', // ↯
"zip" => '\u{f410}', // 
"zsh" => '\u{f489}', // 
"zsh-theme" => '\u{f489}', // 
Expand Down

0 comments on commit 8387f43

Please sign in to comment.