How to get colors to work properly with 'ls' - ahmetsulek/flat-terminal GitHub Wiki
- Create or edit your
.bash_profile
in your root directory. (You can access your root directory withcd ~
- Add the following alias to your
.bash_profile
,alias ls='ls -G'
- Restart terminal