From 1876e4cc10b6ed74daf717601a55e0999dd44229 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 3 Aug 2024 16:17:54 +0000 Subject: [PATCH] add icon for lzip files --- src/icons.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icons.h b/src/icons.h index 26e8361d0..5125fc63b 100644 --- a/src/icons.h +++ b/src/icons.h @@ -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},