Skip to content

Commit 5359e3d

Browse files
committed
Add icon for lzip files
1 parent ac87eba commit 5359e3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/icons.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ struct icons_t const icon_ext[] = {
575575
{"lhs", ICON_HASKELL, BLUE},
576576
{"log", ICON_TXT, WHITE},
577577
{"lua", ICON_LUA, WHITE},
578+
{"lz", ICON_ARCHIVE, YELLOW},
578579
{"lz4", ICON_ARCHIVE, YELLOW},
579580
{"lzh", ICON_ARCHIVE, YELLOW},
580581
{"lzma", ICON_ARCHIVE, YELLOW},

0 commit comments

Comments
 (0)