Howto enable tab completion with sudo in Gentoo
The problem:
After I installed Gentoo, I found that tab completion with sudo doesn't work. i.e., type:
$sudo emer[tab]
doesn't shows or completes with the word "emerge". Without sudo, the tab completion works.
Solution:
install bash-completion package, and
$eselect bashcomp base gentoo ssh
...
Read More
Read More