In case you or others reading this don't know: You can set bash's tab-completion to be case-insensitive by putting
set completion-ignore-case on
Into 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)