[Bash-completion-devel] user's gnome-terminal [solved]
Pierpaolo Franco
pierpaolo.franco at gmail.com
Sat Jan 18 17:42:18 UTC 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/bash-completion-devel/attachments/20140118/f6e8ccd6/attachment.html>
More information about the Bash-completion-devel
mailing list