sorin-ionescu / prezto

The configuration framework for Zsh
MIT License
13.98k stars 4.49k forks source link

Set `EXTENDED_GLOB` in the python module #2021

Closed jeffwidman closed 1 year ago

jeffwidman commented 1 year ago

This is needed to find python.

It is often already set because a user has the directory or completion module loaded before this, but that's not always true.

See extensive debugging / further explanation here: https://github.com/sorin-ionescu/prezto/issues/1949

This does not fully resolve that issue, as there's another enhancement that I'll put up as a separate PR.

belak commented 1 year ago

I’m just merging this - it’s small and I thought we already made this change!

jeffwidman commented 1 year ago

Thanks!

jeffwidman commented 1 year ago

We agreed on it, but no one ever shipped it, and now I need to work on some python, so have some extra motivation :-D