Roman Perepelitsa
Roman Perepelitsa
> * It's safe to consider extendedglob to be already set when `-z4h-comp-words` is evaluated, right? I don't see why it would be safe to assume that. What am I...
`-z4h-comp-words` is called directly from `z4h-fzf-complete`. I don't think the latter enabled `extended_glob`.
Hey Andy! Thanks for the kind words. Are you switching to zsh4humans? Make sure to go over https://github.com/romkatv/zsh4humans/blob/master/tips.md carefully, and enable as many features from the list as you can....
Your plan looks reasonable, although I cannot say with confidence that it'll work. You'll have to try it. Somewhere in `-z4h-comp-words` there is code that predicts the height of the...
Looks very good! I've done a bit of testing to see how fzf handles `--header`. To match line splitting done by fzf, we need to do something like this: ```zsh...
> I also don't see the benefit of adding an empty header when for some reason `_message` gets an empty string. It's simpler semantically: `_message -r "$foo"` always shows `$foo`,...
Try `z4h update`.
@atoftegaard-git I think it's a bug in zsh, for which you've already found a workaround. @mcandre Quotes in shells are tricky. Try `zsh-defer eval '"$(starship init zsh)"'`. Also keep in...
It's not a good idea to defer `PATH` initialization. A slow-loading shell is better than the one where the commands you type may or may not be interpreted as intended...
There are ways to set homebrew env vars quickly. For example, in zsh4humans it's very fast. On the flipside, the code is more complex and brittle.