[LINUX] Make it case insensitive when tab completion with bash

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

Make it case insensitive when tab completion with bash
When to_csv with Pandas, it became line by line
Try to make your own AWS-SDK with bash