Changes To Auto-completion
Not logged in

Changes to "Auto-completion" between 2008-02-10 15:18:58 and 2008-02-10 16:50:37

     7      7   # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
     8      8   # sources /etc/bash.bashrc).
     9      9   if [ -f /etc/bash_completion ]; then
    10     10       . /etc/bash_completion
    11     11   fi
    12     12   </verbatim>
    13     13   
    14         -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.
           14  +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.
    15     15   
    16     16   Would attach the /etc/bash_completion.d/subversion file as example, but can't - and it's a bit too long to include here
    17     17