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”.
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