linux noob here. I'm configuring the appearance my terminal via some commands like: vi $HOME/.bashrc then add do this command export PS1="\e[0;32m[\u@\h \W]$ \e[m "
and now my terminal behaves like this terminal appearance
Need your help on resetting the terminal to default appearance
Appreciate if someone can help me. Thanks so much!
man bash
. There's a whole section about prompts – waltinator May 05 '22 at 15:54