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.
If it doesn't exist create a file:
~/.inputrc
Add this to it
set completion-ignore-case on