sorin-ionescu / prezto

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

python: Remove pip completion from prezto local #2046

Closed indrajitr closed 1 year ago

indrajitr commented 1 year ago

pip completion is bundled with Zsh 5.9. Remove it from prezto local to avoid shadowing the bundled completion.

This is similar to the policy that zsh-users/zsh-completions follows. Zsh 5.9 is about a year old now and is available in most desktop distributions. So most users with an updated environment will benefit from the updated pip completion.

Note: We can probably inject a completion helper conditionally for older zsh versions, but would prefer to avoid the clutter.