Turn Off Case Sensitivity for Listing Files

From HowToGeek

Jump to: navigation, search

If you want to be able to search for files even if they have upper or lowercase letters in the name, you can set an option to do so.

set completion-ignore-case on 

ls test*  ; will match Test123 or test123