'ls' output doesn't show color anymore in macOS High Sierra

I use zsh and oh-my-zsh:

my 'ls' result

As shown in the screenshot ls is not showing color output anymore. I set color theme from iTerm2 and set zsh theme (wezm+ theme) from oh-my-zsh.

I try to set manually LS_COLORS but It also doesn't work. I guess the problem happens after deleting zsh-templates-osx due to update error using MacPorts. I also cannot find this issue on MacPorts website.

Is there any one who can help? I'm seriously thinking about reinstalling macOS and changing package managers to Homebrew.


Solution 1:

ls -G

Make an alias of ls like ll='ls -G'