Terminal colors

Asked by message

Hi, can somebody please tell me how can i apply color for my terminal?
I need that letter will be colored like in backtrack3 or smthng like this...
root(blue)@(red)username(gray): cd ~/ (yellow)...
any ideas?
I'm only got colored -ls... :(

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Wyatt Smith
Solved:
Last query:
Last reply:
Revision history for this message
Best Wyatt Smith (wyatt-smith) said :
#1

Please read this thread from Ubuntu Forums.
http://ubuntuforums.org/showthread.php?t=229991

Hope this helps

Revision history for this message
Maze (mazebox) said :
#2

see .bashrc:

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
# force_color_prompt=yes

uncomment this and enjoy!

Revision history for this message
message (messaged) said :
#3

Thanks Wyatt Smith, that solved my question.