Skip to content

Commit

Permalink
feat: add brew icon for brewfile and brewfile.lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored and cafkafk committed Jan 9, 2025
1 parent 7241ea4 commit 2fbd528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
"AUTHORS" => '\u{edca}', // 
"AUTHORS.txt" => '\u{edca}', // 
"bashrc" => Icons::SHELL, // 󱆃
"brewfile" => '\u{f1116}', // 󱄖
"brewfile.lock.json" => '\u{f1116}', // 󱄖
"bspwmrc" => '\u{f355}', // 
"build.gradle.kts" => Icons::GRADLE, // 
"build.zig.zon" => '\u{e6a9}', // 
Expand Down

0 comments on commit 2fbd528

Please sign in to comment.