tide
tide copied to clipboard
How to use normal font instead of bold for "pwd" while keeping the bg color?
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.
Edited: I am using rainbow style.
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
https://github.com/IlanCosman/tide/blob/44c521ab292f0eb659a9e2e1b6f83f5f0595fcbd/functions/_tide_pwd.fish#L1