macOS case insensitive Terminal
Run the following to get autocomplete on the terminal in macOS to be case insensitive.
echo "set completion-ignore-case On" >> ~/.inputrc
Thanks baiavieira!
I’m Alistair: a web and mobile developer based in the Australia.
Run the following to get autocomplete on the terminal in macOS to be case insensitive.
echo "set completion-ignore-case On" >> ~/.inputrc
Thanks baiavieira!