echo 'set completion-ignore-case On' >> ~/.inputrc
Or
echo "bind 'set completion-ignore-case on'" >> ~/.bashrc
Validated on Raspberry Pi OS 10.4
Reference: Can I make Tab auto-completion case-insensitive in Bash?
Recommended Posts