Linux Lite Forums

Full Version: How to change the color of user@host text line of LXTerminal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, complete newbie here.

I have googled this topic, but everything related to this question was about ubuntu. Being a newbie myself, I tried it on my machine anyways, and of course it didn't work.

I'm using stock terminal (LXTerminal). In the Preferences, the only options are to change font, font size, background color and foreground color. I'd like to change the color of user@host to be something else, so it's easier to differentiate which is command and which is output, especially in a long list. As SU, the user@host color changes to red, so that's awesome. Is it possible to do the same outside SU, say, change the user@host to light blue or something.

Cheers!!

Try the link below. Make sure the syntax looks like a match to your original before you copy and paste.
http://ezprompt.net/

or read through this link
https://www.howtogeek.com/307701/how-to-...sh-prompt/

TC

https://www.linuxliteos.com/forums/other...inux-lite/

Close .bashrc and save changes and open a terminal.
(04-19-2018, 10:55 PM)GregO link Wrote: [ -> ]https://www.linuxliteos.com/forums/other...inux-lite/

Once modified, close .bashrc and save changes and open a terminal.
(04-19-2018, 10:55 PM)GregO link Wrote: [ -> ]https://www.linuxliteos.com/forums/other...inux-lite/

Close .bashrc and save changes and open a terminal.

Thank you, good Sir!
Worked like magic!  Big Grin
(04-20-2018, 03:55 PM)gabanmaven link Wrote: [ -> ][quote author=GregO link=topic=5361.msg40397#msg40397 date=1524178521]
https://www.linuxliteos.com/forums/other...inux-lite/

Close .bashrc and save changes and open a terminal.

Thank you, good Sir!
Worked like magic!  Big Grin
[/quote]

Glad it worked out for you.

You can also change user@host color in .bashrc where you see the line with PS1 by changing [01;32m\] with one of the others on the list below.

[01;30m\]  Black
[01;31m\]  Red
[01;32m\]  Green
[01;33m\]  Yellow
[01;34m\]  Blue
[01;35m\]  Purple

Replace the 0 with a 4 and it will be underlined.