Skip to content
Snippets Groups Projects
Commit a8529eb2 authored by Stefano Rivera's avatar Stefano Rivera
Browse files

Install a snippet in bash_completion.d to load python3-argcomplete, as a conffile

parent a532137b
No related branches found
No related tags found
No related merge requests found
Pipeline #598448 passed
# Enable python-argcomplete global completions
# This checks for a PYTHON_ARGCOMPLETE_OK in the first 1024 bytes of any
# executable, and if found will attempt to use argcomplete completions.
if [[ -e /usr/lib/python3/dist-packages/argcomplete/bash_completion.d/_python-argcomplete ]]; then
. /usr/lib/python3/dist-packages/argcomplete/bash_completion.d/_python-argcomplete
fi
/usr/share/bash-completion/completions
/usr/share/zsh/vendor-completions
debian/global-python-argcomplete /etc/bash_completion.d/
/usr/lib/python3/dist-packages/argcomplete/bash_completion.d/_python-argcomplete /etc/bash_completion.d/_python-argcomplete
/usr/lib/python3/dist-packages/argcomplete/bash_completion.d/_python-argcomplete /usr/share/zsh/vendor-completions/_python-argcomplete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment