6

As I am running commands in the terminal, some times when the resulted log is larg, I get lost looking for the command line it self.

And some times when I need to distinguish between logs of the previous command and logs of the command after ..

So, what's the recommended way to solve this issue? I thought about colors, but, I have no idea what to do or how to configure the terminal?

Is there another terminal which support colors, bold, or may be italic .. ??

1 Answers1

8

To color each new command in terminal, you've to edit ~/.bashrc file. To do this,

gedit ~/.bashrc

Uncomment the line

# force_color_prompt=yes

to

force_color_prompt=yes

Then, You can restart the terminal or do

. ~/.bashrc