Make /bin/bash tab completion case sensitive

User preference is a thing

Posted by Chris on Wed, Aug 28, 2019

This may or may not be something you want to enable depending how you normally work.

In /etc/inputrc:

# Case-insensitive tab completion
set completion-ignore-case off

That’s it! Open a new shell and the setting is now active.

Thanks for reading.