Showing posts with label bash auto-completion "turn off". Show all posts
Showing posts with label bash auto-completion "turn off". Show all posts

Friday, April 10, 2009

Do not match hidden files during autocompletion

In bash, if you do not want to see hidden files while using autocompletion feature put this in $HOME/.inputrc

set match-hidden-files off


Pretty useful for me since, if you have a lot of applications installed then each of them would most probably have a hidden file (configuration) in your home directory.