Case Insensitive Completion on Terminal
It’s really annoying when you are on Terminal and try to complete, for example, the Library directory which starts with an upper-case letter and you have to type that upper-case letter to complete the directory name when hitting Tab. Well, I just had to Google to find this post and finally “fix” this. Just copy and paste the following line into Terminal:
echo "set completion-ignore-case On" >> ~/.inputrc
Enjoy.