mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
048196a8ad
They are not needed, already done in lib/completion.zsh
6 lines
121 B
Bash
6 lines
121 B
Bash
# check if pipx is installed
|
|
if (( ! ${+commands[pipx]} )); then
|
|
return
|
|
fi
|
|
|
|
eval "$(register-python-argcomplete pipx)"
|