Files
dotfiles/dot_bash_it/completion/available/pipx.completion.bash
2022-05-05 22:20:02 +02:00

7 lines
167 B
Bash

# shellcheck shell=bash
# pipx completion
if _command_exists register-python-argcomplete && _command_exists pipx; then
eval "$(register-python-argcomplete pipx)"
fi