Skip to content

Commit

Permalink
add icon for lzip files
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K committed Oct 24, 2024
1 parent 614ebe7 commit 1876e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ static const struct icon_pair icons_ext[] = { /* All entries are case-insensitiv
{"lhs", ICON_HASKELL, COLOR_VIM},
{"log", ICON_DOCUMENT, 0},
{"lua", ICON_EXT_LUA, COLOR_LUA},
{"lz", ICON_ARCHIVE, COLOR_ARCHIVE},
{"lzh", ICON_ARCHIVE, COLOR_ARCHIVE},
{"lzma", ICON_ARCHIVE, COLOR_ARCHIVE},

Expand Down

0 comments on commit 1876e4c

Please sign in to comment.