Hi,
Here is my PS1 for bash:
I thought all was well escaped, but when I use the up/down arrows it sometimes gets all garbaged, overprints on the same line and such.
Here is my PS1 for bash:
Code:
export PS1='\[\e[1;31m[ \e[0;33m\u@\h: \e[0;32m\w \e[1;31m] \e[0m$\] '
I thought all was well escaped, but when I use the up/down arrows it sometimes gets all garbaged, overprints on the same line and such.