HowtoBash: complétion insensible casse

This commit is contained in:
Alexis Ben Miloud--Josselin 2023-08-04 16:48:53 +02:00
parent 9fbda84fcd
commit 4dfd8b547d

View file

@ -38,6 +38,14 @@ Dans le fichier `~/.inputrc` :
"": " "
~~~
## Rendre la complétion insensible à la casse
Dans le fichier `~/.inputrc` :
~~~
set completion-ignore-case On
~~~
# Script
## Variables