Joe Block

Results 91 comments of Joe Block

Hm. I'm not seeing it on macOS 11 or Debian Buster. I'll poke around some more this weekend.

Maybe the warning was added before Monterey and I only noticed it then?

I'm on 12.3 but not seeing this yet. I have python3 installed via `brew`, though. I'll take a look but realistically not until the weekend

Thanks for tracking this down, @realsuiciniv Given that this is an upstream problem I'm not sure what I can do to fix it other than remove the python plugin from...

I could hack something that looks for a sentinel file and only spams if the sentinel is missing, but I don't want to pollute users' home directories more than I...

What do you think of checking for `python`, and if it's not in `$PATH`, aliasing it to `python3` if `python3` is in `$PATH`? And thanks for the find, @realsuiciniv.

I'm a little hesitant to step on people's environments like that by default. Maybe have it puke up a warning, and add a `zqs` command to enable setting the alias.

I'll make a `.zshrc.preplugins.d`.

@defcon79 / @RonanJackson, would you mind testing the `add-zshrc.pre-plugins.d-handling` branch and see if that allows you to work around the issue?