October 28, 2017
SOLVED: How to Colorize Ubuntu Terminal Easily
Coloring terminal window makes easier to understand and read messages and codes. But some Ubuntu versions comes with a single-color text. Now, I will tell the easiest way to change the text with multi-colored mode.
To make a colored text on Ubuntu Terminal, open Terminal window and type this:
gedit ~/.bashrc
It will open up a config file with text editor about this. There, find this line:
#force_color_prompt=yes
Uncomment this line by removing # in front of the line. I mean change this line to this:
force_color_prompt=yes
Close and save the text editor. Type this:
source ~/.bashrc
That’s all!
Related Posts

Convert File System Without Formatting on Windows

Install OpenCV with ffmpeg Support on Ubuntu
