I want to color only the directories and not other files like .txt etc.
Here is my current .zshrc:
PROMPT='%n%F{086}—%f%M %F{057}::%f %F{028}%~%f %F{057}»%f '
If I take away the last %f PROMPT='%n%F{086}—%f%M %F{057}::%f %F{028}%~%f %F{057}» '
it colors all file types the same 057 color.
How can I target just the directories to apply color and set their own color apart from the 057 color?