Skip to main content
Topic: How to have insensitive-case the Bash history completion (Read 360 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to have insensitive-case the Bash history completion

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.

 

Re: How to have insensitive-case the Bash history completion

Reply #1
If it doesn't exist create a file:
~/.inputrc
Add this to it
Code: [Select]
set completion-ignore-case on