Thursday, April 2, 2015

Lobotomizing bash autocomplete

I hate the smart tab-completion functionality that comes with bash on Ubuntu (and others), and much prefer that just show me files & directories.

To disable it, just put this in your .bachrc:

complete -r

1 comment:

Anonymous said...

Learn zsh or remove the bash-completion package from Ubuntu? ;)

Of course removing the package means you're affecting everyone on the system, your method works without affecting others.