Comment 4 for bug 1173728

Revision history for this message
Peter Cordes (peter-cordes) wrote : Re: bash programmable completion not loaded by default

Is this still the case that a default install of Ubuntu doesn't enable programmable completion out of the box? Not much point making bash-completion a standard-priority package if it's not enabled by default.

 my /etc/bash.bashrc still has the lines
# if [ -f /usr/share/bash-completion/bash_completion ]; then
# . /usr/share/bash-completion/bash_completion
# elif ...
 there but commented out (since I've had my and other users' ~/.bashrc source it for years).