To change the color theme of zsh:
add export LS_COLORS=$LS_COLORS:'di=1;32:ow=01;36;'
into ~/.zshrc.
Ref:
How do I change the color for directories with ls in the console?
To change the color theme of zsh:
add export LS_COLORS=$LS_COLORS:'di=1;32:ow=01;36;'
into ~/.zshrc.
Ref:
How do I change the color for directories with ls in the console?