Adding Colour to ‘ls’ in OS X
You can add colour to ‘ls’ with the -G option. To reduce typing pop an alias in your bash_profile file:
alias ls='ls -G'
Read other posts
You can add colour to ‘ls’ with the -G option. To reduce typing pop an alias in your bash_profile file:
alias ls='ls -G'