bash, ignore case for completion

Everything todo with programming goes HERE.
Post Reply
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

bash, ignore case for completion

Post by dlh »

This has always annoyed me, especially since my drive is not partitioned as HFS+ case sensitive.

Code: Select all

[~] name$ cat .inputrc 
set completion-ignore-case On
Now you can do cd des[tab], which will be completed into Desktop/.
Post Reply