mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
add icon for lzip files
This commit is contained in:
parent
614ebe73fa
commit
1876e4cc10
|
@ -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},
|
||||
|
||||
|
|
Loading…
Reference in a new issue