Simple completion function that can complete PyPI package names.
- Copy
_pip
file into~/.zshfuncs
folder. - 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