To enable bash competion in maverick:
open a terminal and type
sudo gedit /etc/bash.bashrc
find the lines
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
# . /etc/bash_completion
#fi
uncomment them by removing the # character (the will look this way)
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
save the file, close gedit, close the terminal.
open th terminal again and bash completion should be work correctly
--
ubuntu maverick - bash auto-completion (Tab) works only for first word
https://bugs.launchpad.net/bugs/663407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs