Simple completion function that can complete PyPI package names.
- Copy
_pipfile into~/.zshfuncsfolder. - Add this folder to your functions path before loading completion in your
~/.zshrc.
Example:
# completion
fpath=(~/.zshfuncs $fpath)
autoload -U compinit
compinit
- Just run the following command
antigen bundle srijanshetty/zsh-pip-completion