i am rain

Enable color in macOS Terminal

Edit ~/.bash_profile or ~/.zshenv[1]

Add:

export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced

Thanks to 0xPixelfrost on Stack Overflow.

[1] Run $0 to see which shell you are running if unsure.