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

Is bold text supported? #601

Closed
nwaywood opened this issue Jul 26, 2021 · 1 comment
Closed

Is bold text supported? #601

nwaywood opened this issue Jul 26, 2021 · 1 comment

Comments

@nwaywood
Copy link

I would like to make the path text bold. Is this possible?

I tried

zstyle :prompt:pure:path color cyan:bold

as well as a few other variants but no luck

@nwaywood
Copy link
Author

nwaywood commented Jul 27, 2021

I got it working by changing line 138 to this:

preprompt_parts+=('%B%F{${prompt_pure_colors[path]}}%~%f%b')

going to keep this ticket open though in the hope that its possible to do through config somehow

Edit: nvm, I need to modify the script for other changes I want anyway so doing it via %B and %b is fine for me

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

1 participant