ohmyzsh/plugins/pipx/pipx.plugin.zsh

7 lines
121 B
Bash
Raw Normal View History

2020-09-08 19:15:21 +02:00
# check if pipx is installed
if (( ! ${+commands[pipx]} )); then
return
fi
eval "$(register-python-argcomplete pipx)"