So I made a PS1 code and put it in
Code: Select all
/root/.bashrcCode Here:
Code: Select all
PS1="\[\e[01;31m\]\u@\h\[\e[0m\]\[\e[01;37m\] \[\e[0m\]\[\e[01;34m\]\w\[\e[0m\]\[\e[01;37m\] \[\e[0m\]\[\e[01;34m\]\\$\[\e[0m\]\[\e[01;37m\] \[\e[0m\]"Here is a screen shot of how it looks in Putty

-Terrence