As you can see in the screenshot, I have an unneeded newline character in my prompt. Anyone know how to do remove this character from my prompt?

feedback
|
|
This "new line character" is part of your Bash prompt, kept in the PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\] \$ ' Remove it and put the updated PS1 in your See Customizing bash prompt for further information. | |||||
|
feedback
|