Mark Vander Stel
Mark Vander Stel
Better, but now you have a situation where if both `/prod/loadavg` is not readable and `uptime` doesn't exist, then `_lp_cpu_load()` won't be defined, which won't be a helpful error message...
Hm, true. I blame Monday. Seems like an OK workaround then.
> I'd like to see the second line full bar be optional, so I can turn it off. I see now that it contains things like Python venvs. So it...
@dolmen and @nojhan, if you have any thoughts or suggestions I would appreciate them.
My recommended solution (3 above) uses `printf -v`, which according to the [Zsh release notes](http://zsh.sourceforge.net/releases.html), is only supported since Zsh-5.3. At the moment Liquidprompt supports Zsh-5.1+ (or maybe Zsh-5.0+, there...
You are probably right. I also discovered that [Fossil](https://www.fossil-scm.org/) allows for almost any character in branch names. This can cause issues if checking out someone else's repository, where they have...
In my opinion, I think it makes sense as one word. The project ID is also one word; if it was two words, I would think it would be `liquid-prompt`....
> Do someone have access to some SEO tools to check which name leads to the largest search engine share I'm no SEO expert, but some quick digging leads to...
Sorry for the radio silence on this. I'm not sure what the path forward should be, since we have a few on each side of the camp, and @nojhan seems...
Note that version 1.11 is 25 commits out of date, if you could update to the latest on master that would be best. What version of `virtualenv` are you running?