add bash-it
This commit is contained in:
6
dot_bash_it/completion/available/pipx.completion.bash
Normal file
6
dot_bash_it/completion/available/pipx.completion.bash
Normal file
@@ -0,0 +1,6 @@
|
||||
# shellcheck shell=bash
|
||||
# pipx completion
|
||||
|
||||
if _command_exists register-python-argcomplete && _command_exists pipx; then
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
fi
|
||||
Reference in New Issue
Block a user