Skip to content

Instantly share code, notes, and snippets.

@hugo53
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugo53/ce3c9b0768c207d4294c to your computer and use it in GitHub Desktop.
Save hugo53/ce3c9b0768c207d4294c to your computer and use it in GitHub Desktop.
Disable case sensitive auto complete on Terminal (Mac OSX)

$ echo "set completion-ignore-case On" >> ~/.inputrc

$ sudo 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