We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30291b1 commit 1ca6db0Copy full SHA for 1ca6db0
src/logo/builtin.c
@@ -4232,6 +4232,15 @@ static const FFlogo S[] = {
4232
FF_COLOR_FG_WHITE,
4233
},
4234
4235
+ // Shebang
4236
+ {
4237
+ .names = {"Shebang"},
4238
+ .lines = FASTFETCH_DATATEXT_LOGO_SHEBANG,
4239
+ .colors = {
4240
+ FF_COLOR_FG_WHITE,
4241
4242
+ },
4243
4244
// Siduction
4245
{
4246
.names = {"Siduction"},
@@ -4505,15 +4514,6 @@ static const FFlogo S[] = {
4505
4514
4506
4515
4507
4516
4508
- // Shebang
4509
- {
4510
- .names = {"Shebang Linux", "Shebang", "shebang"},
4511
- .lines = FASTFETCH_DATATEXT_LOGO_SHEBANG,
4512
- .colors = {
4513
- FF_COLOR_FG_WHITE,
- },
4517
// LAST
4518
{},
4519
};
0 commit comments