bash completion (i.e. man or hg commands) seems not working for user in
gnome-terminal. Pretty standard Debian 7 configuration.

$ cat ~/.bashrc
setterm -blength 0

It works as expected in VTs either as root or as normal user...

SOLVED:
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

in .bashrc

Maybe documenting the trick or put it on skel?

thanks
_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to