Comment 5 for bug 663407

Revision history for this message
Philip Muškovac (yofel) wrote : Re: ubuntu maverick - bash auto-completion (Tab) works only for first word

can you add your ~/.bashrc to this report please? bash_completion should be enabled there by default (no need to enable it in /etc/bash.bashrc which would work too of course)

~/.bashrc should have at the bottom:

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
    . /etc/bash_completion
fi