Respuesta1
No necesitas iTerm2 + omz.
Sugiero usar GNU ls
y LS_COLORS
puedes instalarcoreutils(a través de cerveza casera) y alias ls='gls --l --color'
.
Pasos:
brew install coreutils
- dentro
.zshrc
o.bash_profile
poner
LS_COLORS='di=01;04'
alias ls='gls --l --color'