In case you or others reading this don't know: You can set bash's tab-completion to be case-insensitive by puttingset completion-ignore-case onInto your .inputrc (or globally /etc/inputrc)
In case you or others reading this don't know: You can set bash's tab-completion to be case-insensitive by putting
Into your .inputrc (or globally /etc/inputrc)