@@ -9,9 +9,9 @@ if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi </verbatim> -It would be nice if we could develop and maintain a file that would enable this for fossil when copied to /etc/bash_completion.d. I do not know if this can be made in a portable (or at least automated) manner at all. +It would be nice if we could develop and maintain a file that would enable this for fossil when copied to /etc/bash_completion.d (system wide) or sourced in .bashrc. I do not know if this can be made in a portable (or at least automated) manner at all. Would attach the /etc/bash_completion.d/subversion file as example, but can't - and it's a bit too long to include here