mirror of
https://github.com/jarun/nnn.git
synced 2024-11-18 00:49:15 +00:00
add provided but unused ruby icon (#1167)
This commit is contained in:
parent
5bf9b52beb
commit
2a6cc41972
|
@ -210,6 +210,7 @@
|
|||
#define ICON_EXT_RPM ICON_ARCHIVE
|
||||
#define ICON_EXT_RSS "\uf96b"
|
||||
#define ICON_EXT_RTF "\uf724"
|
||||
#define ICON_EXT_RB ICON_RUBY
|
||||
|
||||
/* S */
|
||||
#define ICON_EXT_SASS "\ue603"
|
||||
|
|
|
@ -245,6 +245,7 @@ static const struct icon_pair icons_ext[] = {
|
|||
|
||||
/* R */
|
||||
{"rar", FA_FILE_ARCHIVE_O, COLOR_ARCHIVE},
|
||||
{"rb", MFIZZ_RUBY, COLOR_RUBY},
|
||||
{"rc", FA_COGS, 0},
|
||||
{"rom", FA_LOCK, 0},
|
||||
{"rpm", FA_FILE_ARCHIVE_O, COLOR_ARCHIVE},
|
||||
|
@ -455,6 +456,7 @@ static const struct icon_pair icons_ext[] = {
|
|||
|
||||
/* R */
|
||||
{"rar", ICON_EXT_RAR, COLOR_ARCHIVE},
|
||||
{"rb", ICON_EXT_RB, COLOR_RUBY},
|
||||
{"rc", ICON_EXT_RC, 0},
|
||||
{"rom", ICON_EXT_ROM, 0},
|
||||
{"rpm", ICON_EXT_RPM, COLOR_ARCHIVE},
|
||||
|
|
Loading…
Reference in a new issue