How to get colors to work properly with 'ls' - ahmetsulek/flat-terminal GitHub Wiki

  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