# Include the system-wide inputrc configuration # On Ubuntu, having ~/.inputrc automatically disables it $include /etc/inputrc # Make autocomplete case-insensitive set completion-ignore-case On # Display all possible matches for an ambiguous pattern at the first <Tab> press set show-all-if-ambiguous on