Skip to content

Instantly share code, notes, and snippets.

@guilhermevini
Created March 18, 2018 03:22
Show Gist options
  • Save guilhermevini/a910573bbfacd1501bdf854279cac8e5 to your computer and use it in GitHub Desktop.
Save guilhermevini/a910573bbfacd1501bdf854279cac8e5 to your computer and use it in GitHub Desktop.
if [ ! -a ~/.inputrc ]; then echo '$include /etc/inputrc' > ~/.inputrc; fi
echo 'set completion-ignore-case On' >> ~/.inputrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment