mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-03 22:00:48 +01:00
8 lines
No EOL
158 B
Bash
8 lines
No EOL
158 B
Bash
# check if pipx is installed
|
|
if (( ! ${+commands[pipx]} )); then
|
|
return
|
|
fi
|
|
|
|
autoload -U bashcompinit
|
|
bashcompinit
|
|
eval "$(register-python-argcomplete pipx)" |