We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From searching issues, I found out that I could do the following to make pwd use normal font instead of bold:
set -U tide_pwd_color_dirs normal set -U tide_pwd_color_anchors normal
But after doing the above overrides, the bg color tide_pwd_bg_color won't display. Is that possible to use normal font with bg color? Thanks a lot.
tide_pwd_bg_color
Edited: I am using rainbow style.
The text was updated successfully, but these errors were encountered:
i was looking for this too.
doesnt look like there is a configurable option however if you want you can goto your
.config/fish/functions/_tide_pwd.fish
and remove "-o" from the first line
tide/functions/_tide_pwd.fish
Line 1 in 44c521a
Sorry, something went wrong.
No branches or pull requests
From searching issues, I found out that I could do the following to make pwd use normal font instead of bold:
But after doing the above overrides, the bg color
tide_pwd_bg_color
won't display.Is that possible to use normal font with bg color?
Thanks a lot.
Edited: I am using rainbow style.
The text was updated successfully, but these errors were encountered: