- Take a terminal window. Press Ctrl + Alt + T (We are going to give colors to the terminal from terminal.)
- Then type below command. vi ~/.bashrc
- Then you will have vi editor. Then Press 'i' to start inserting.
- Find and remove # infront of below line or add it to that file. force_color_prompt=yes
- Then press Esc.
- Then type :wq
- And close your terminal and take a new terminal.
Now you got colors!