Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh prompt current working directory seems darker #17

Open
ManuISEN opened this issue Aug 7, 2024 · 2 comments
Open

zsh prompt current working directory seems darker #17

ManuISEN opened this issue Aug 7, 2024 · 2 comments

Comments

@ManuISEN
Copy link

ManuISEN commented Aug 7, 2024

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

image

image

@muHashh
Copy link

muHashh commented Oct 3, 2024

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.

@ManuISEN
Copy link
Author

ManuISEN commented Oct 8, 2024

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.

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'"$ "

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants