How to disable permanently the fish greeting message?

I saw this solution and this is how I did it before the last update, but this solution is not good, because it was overwritten by the last update.

tried adding set --erase fish_greeting to my .config/fish/config.fish but it doesn’t work. I don’t know enough about fish to permanently disable this message, please help.

Yeah, it can happen that it gets overwritten, but we generally dont often update the fish config.

is there a way to disable it from the user config?

Uncomment L4-L6 of ~/.config/config.fish

Can you show me wich lines, I have tried editing my config and don’t know anymore what was where.

Thats the wrong file.

1 Like

1 Like

hmm…
looks different here ?

That looks exactly the same. You can modify smth smth to your own liking, or leave it and just uncomment L5-L7 to remove fastfetch greeter.

I deleted those lines yesterday, but I understand now how it works. Thank you, I just didn’t have time to read how the config works and just tried to google how to disable greeting, but only found answers that didn’t work.