[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: auto completion with TAB key



Christian Christmann wrote:
Hi,

after installing Debian on a new machine the completion
with the TAB key does not work. On my other Debian
system I can hit TAB after "aptitude install" and get the available packages.

Any ideas how to solve this problem?

Thanks
Chris

Uncomment this section
if [ -f /etc/bash_completion ]; then
   . /etc/bash_completion
fi

in your .bashrc or in the systemwide /etc/bash.bashrc

Regards,
Benedict

--
Benedict Verheyen                   Debian User
http://www.heimdallitservices.be    Public Key 0x712CBB8D



Reply to: