Bash – How to Get a Colored Bash

bashbashrccolorscommand line

How can I get the bash to look colored like this?

colored-bash

Best Answer

Open ~/.bashrc in text editor and uncomment line:

#force_color_prompt=yes

to be:

force_color_prompt=yes

save then execute source ~/.bashrc