Wednesday, January 11, 2012

Debian auto completion

Install bash-completion
sudo apt-get install bash-completion

Then add this to your bashrc
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi

Now just restart your bash terminal and auto tabbing should work!

No comments:

Post a Comment