Artix Linux Forum

Artix Linux => System => Topic started by: mardiyah on 30 September 2022, 01:04:27

Title: How to have insensitive-case the Bash history completion
Post by: mardiyah on 30 September 2022, 01:04:27
Is there and how is the setting to have insensitive-case on Bash history completion

tried to type cp s then do Bash history completion as Bash history has cp Socket/in .but never retrieve it

Help solve, thanks before.
Title: Re: How to have insensitive-case the Bash history completion
Post by: gripped on 30 September 2022, 01:25:21
If it doesn't exist create a file:
~/.inputrc
Add this to it
Code: [Select]
set completion-ignore-case on