Skip to content

How to get colors to work properly with 'ls'

Anthony Vella edited this page Sep 2, 2015 · 1 revision
  1. Create or edit your .bash_profile in your root directory. (You can access your root directory with cd ~
  2. Add the following alias to your .bash_profile, alias ls='ls -G'
  3. Restart terminal
Clone this wiki locally