Mark Vander Stel
Mark Vander Stel
I tested with Bash 5.1.16(1)-release (over SSH) and 5.2.15(3)-release locally, on both Mintty and Windows Terminal, and I can not reproduce this. I'm not exactly sure what could be causing...
Well, that means it's time to search the patch notes! I found these line items that _may_ be related: https://github.com/bminor/bash/blob/f3b6bd19457e260b65d11f2712ec3da56cef463f/CHANGES#L132-L133 > Fixed a bug that caused rl_eof_found to be set...
What I think you are asking for: the ability to set thresholds on data points where, if those thresholds are hit, Liquid Prompt will show extra marks or colors. What...
Makes more sense now. But wow, that's complicated. It's not too out of scope, since we already have thresholds for many data sources, but I'll have to think on how...
That's pretty cool. I might point some of my junior devs at that theme. That brings up the question: if you have this implemented in two themes, should it be...
> I would indeed be interested in understanding your ideas in more details. I created #786 as a brain dump. Any and all feedback is appreciated.
I suppose a `LP_SHLVL_THRESHOLD` value would make sense. I think that's a valid request. As a work around, you could add something to your bash/zshrc that decrements `$SHLVL` by one...
> Tried this in `.bashrc`, but then `$SHLVL` is always equal to 1, regardless of number of sub shells! Weird, it works perfectly for me if I add this to...
`LP_SHLVL_THRESHOLD` was released as part of [v2.2.0](https://github.com/liquidprompt/liquidprompt/releases/tag/v2.2.0).
Somewhat a duplicate of #793, though maybe I closed that one too early since v2.2.0 isn't quite out yet. I released v2.2.0-rc.1 a month ago, and just released [v2.2.0-rc.2](https://github.com/liquidprompt/liquidprompt/releases/tag/v2.2.0-rc.2) just...