zsh prompt current working directory seems darker
Hi!
It seems that I don't have the same color than your on the current working directory (screenshot taken from one of your YouTube video).
I'm running macOS Sonoma 14.6
It's because it defaults to the color black, use something like this instead (in the prompt variable under the .zshrc file)
... %F{black}%B%3~ ...
And that should give you gray, or could also change your terminal theme.
It's because it defaults to the color black, use something like this instead (in the prompt variable under the
.zshrcfile)... %F{black}%B%3~ ...And that should give you gray, or could also change your terminal theme.
Thanks for your reply. Tried with what you gave but still doesn't show as grey:
export PS1=$'\n'"%F{green} %*%F %F{black}%B%3~ %F{white}"$'\n'"$ "