hilfe mein git ist komisch

This commit is contained in:
cutemeli
2026-01-08 18:34:49 +01:00
parent 710537a25d
commit b2d2dce845
4644 changed files with 94994 additions and 1763 deletions

View File

@@ -0,0 +1,7 @@
# 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