pip.plugin.zsh 106 Bytes
Newer Older
1
2
3
4
# add brew completion function to path
fpath=($ZSH/functions/pip $fpath)
autoload -U compinit
compinit -i