case-insensitive-autocompletion.md
31 Mar 2016 | bashProblem : can be cool to autocomplete “doc[tab]” even if the folder is named “Documents” Goal : We are going to modify .inputrc
Setup :
- check if you already have a .inputrc in your home (if not create it)
- add the following line :
set completion-ignore-case On
- open new terminal, should be ok
Comments