Created
February 27, 2019 12:00
-
-
Save Masterxilo/e4017ae4ea5b44f3fad4a542970fe8c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add to inputrc | |
$include /etc/inputrc | |
# ^^ every ~/.inputrc should start like this | |
# then | |
set completion-ignore-case on | |
# OR | |
echo set completion-ignore-case on | sudo tee -a /etc/inputrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment