Make Mac Terminal Colorful

If you just want the “ls” result colorful to tell different file type, just add “alias ls=’ls -G'” to your .bashrc file  and then execute ” source ~/.bashrc”

I post this because I found so many long articles when googling mac terminal colorful,  but I just want to make ls and grep results are easy to recognize.

Leave a comment