Is there any way to colorized MacBook pro terminal?

1

I use Ubuntu Os and when I use terminal I can differentiate what is folder what is file or what is a directory because they have different color scale. For example directories are green or working sh or csh files appears in green color.

So when I use my MacBook pro terminal its hard to understand what is folder what is file etc. Is there any way to color MacBook terminal ?

Thanks in advance.

curious

Posted 2019-10-24T12:31:10.930

Reputation: 13

1Yes. There is a multitude of ways. For ls check the man page and see whenever it supports --color. – Seth – 2019-10-24T12:38:05.313

Answers

0

Yes. Add export CLICOLOR=1 to the appropriate shell startup script, such as ~/.bashrc.

Spiff

Posted 2019-10-24T12:31:10.930

Reputation: 84 656

thank you so much :) – curious – 2019-10-25T13:03:11.407