Last Updated: February 25, 2016
·
314
· matcauthon

Bash tab complete ignorecase

To have the Bash tab autocompletion work with ignorecase you can execute the following command:

bind 'set completion-ignore-case on'

or put it into ~/.bashrc