Skip to content

Instantly share code, notes, and snippets.

@Masterxilo
Created February 27, 2019 12:00
Show Gist options
  • Save Masterxilo/e4017ae4ea5b44f3fad4a542970fe8c9 to your computer and use it in GitHub Desktop.
Save Masterxilo/e4017ae4ea5b44f3fad4a542970fe8c9 to your computer and use it in GitHub Desktop.
# 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