nixos/completions.zsh
2023-01-28 16:36:42 +00:00

5 lines
234 B
Bash

autoload -U bashcompinit
bashcompinit
command -v register-python-argcomplete3 > /dev/null && eval "$(register-python-argcomplete3 pipx)"
command -v register-python-argcomplete > /dev/null && eval "$(register-python-argcomplete pipx)"