Skip to content

Commit 1ca6db0

Browse files
fix Shebang order in builtin.c
1 parent 30291b1 commit 1ca6db0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/logo/builtin.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4232,6 +4232,15 @@ static const FFlogo S[] = {
42324232
FF_COLOR_FG_WHITE,
42334233
},
42344234
},
4235+
// Shebang
4236+
{
4237+
.names = {"Shebang"},
4238+
.lines = FASTFETCH_DATATEXT_LOGO_SHEBANG,
4239+
.colors = {
4240+
FF_COLOR_FG_WHITE,
4241+
FF_COLOR_FG_WHITE,
4242+
},
4243+
},
42354244
// Siduction
42364245
{
42374246
.names = {"Siduction"},
@@ -4505,15 +4514,6 @@ static const FFlogo S[] = {
45054514
FF_COLOR_FG_WHITE,
45064515
},
45074516
},
4508-
// Shebang
4509-
{
4510-
.names = {"Shebang Linux", "Shebang", "shebang"},
4511-
.lines = FASTFETCH_DATATEXT_LOGO_SHEBANG,
4512-
.colors = {
4513-
FF_COLOR_FG_WHITE,
4514-
FF_COLOR_FG_WHITE,
4515-
},
4516-
},
45174517
// LAST
45184518
{},
45194519
};

0 commit comments

Comments
 (0)