You must log in or register to comment.
sudo echo "set completion-ignore-case on" >> /etc/inputrc
Case insensitive file systems are a really stupid idea. Especially if you’ve ever written code to handle files and then had Windows screw you over.
sudo echo "set completion-ignore-case on" >> /etc/inputrc
Case insensitive file systems are a really stupid idea. Especially if you’ve ever written code to handle files and then had Windows screw you over.