Monday, November 14, 2011

Bash Shell Case Insensitive

The very first thing to do on a fresh Linux install: make bash shell tab-completion case-insensitive.

Edit /etc/inputrc and add the following line:
set completion-ignore-case on
(As per the instructions at this Cyberciti FAQ)