[Bug 1173728] Re: bash programmable completion not loaded by default

2015-10-19 Thread Mathew Hodson
** Tags added: amd64 trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173728 Title: bash programmable completion not loaded by default To manage notifications about this bug go to: https://bug

[Bug 1173728] Re: bash programmable completion not loaded by default

2014-12-02 Thread Peter Cordes
So to be clear, the changes I'm suggesting are: * /etc/skel/.bashrc (pkg=base-files) change the progcomp check to an un-commented # enable programmable completion [[ -e /etc/profile.d/bash_completion.sh ]] && . /etc/profile.d/bash_completion.sh * /etc/bash.bashrc (pkg=bash): remove the progcomp

[Bug 1173728] Re: bash programmable completion not loaded by default

2014-12-02 Thread Peter Cordes
As discussed in bug 790043 (about the slowdown of loading completions), the out-of-the-box configuration seems to be to load programmable completions (progcomp) for login shells, but not for non-login shells (e.g. bash in an xterm). TL:DR summary: ~/.bashrc should source /etc/profile.d/bash_compl

[Bug 1173728] Re: bash programmable completion not loaded by default

2014-11-30 Thread Peter Cordes
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_com

[Bug 1173728] Re: bash programmable completion not loaded by default

2014-11-30 Thread Peter Cordes
** Summary changed: - bash autocomplete doesn't work with sudo on Ubuntu 13.04 + bash programmable completion not loaded by default -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173728 Title: bash