How can I remove the fastfetch every time I open a terminal?

Hi everyone. I got an issue with garuda, every time i open a terminal i see neofetech and is uncomfortable for me 'cause it uses a lot of space in the terminal; aside from this i am not able to change that orange color in the text and i cannot personalize my terminal as i’d wish like using “oh_my_bash”.

I’d appreciate any help, thanks for reading.

You need to edit the file ~/.config/fish/config.fish
and add an empty function for , which effectively overrides the default Fish_Greeting function: /usr/share/cachyos-fish-config/cachyos-config.fish

# overwrite greeting
# potentially disabling fastfetch function fish_greeting
# do nothing
end

Please check the template before posting!

3 Likes

You could also comment the lines calling fastfetch indicated here (but this was the opposite case):

Those lines could be a little bit different, depending on your DE, but that’s the concept (comment them).

6 Likes

Yeah, missing garuda-inxi.

@Sunda-Spirit cachyOS config in Garuda Linux?

4 Likes

Oh my god, I keep getting that mixed up. Embarrassing​:flushed_face:

Thanks for clarifying!

Edit: Not that I’m being unfaithful to Garuda, but using Cashew and Endeavor increases my learning curve in Arch!

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.