Neofetch not autostarting

I added neofetch in the .bashrc file and when I open gnome-terminal it does not launch. I tried adding “ls” to test if that works and it doesn’t either.

Hi @wsamh,

Do you know what shell you’re running? If it’s zsh then putting it in .bashrc won’t do any good. In that case you have to put it in ~/.zshrc.

To find out which shell you’re running execute the following in a terminal:

echo $SHELL

Hope this helps!

oh ok. It is zsh. thanks

You’re welcome!

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