I have a Bash completion script. Is there a place I can put it on my system, so that it will be automatically source
-ed for any user that uses a Bash shell?
I would prefer a solution that does not require me to edit a configuration file in each user's $HOME
directory.