kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

FIX: missing bash_completion.d -> Darwin install #431

Closed flu0r1ne closed 1 year ago

flu0r1ne commented 1 year ago

When installing the global completion script, the non-existence of the /etc/bash_completion.d directory mistakenly led argcomplete to install the completion scripts in /usr/local/etc/bash_completion.d. This directory is the default location on MacOS and is not typically sourced by Linux distributions.