Skip to content

Instantly share code, notes, and snippets.

@wolf81
Last active June 9, 2017 14:22
Show Gist options
  • Select an option

  • Save wolf81/14e55c2c203e6a902a4369c262c57952 to your computer and use it in GitHub Desktop.

Select an option

Save wolf81/14e55c2c203e6a902a4369c262c57952 to your computer and use it in GitHub Desktop.
# Include system wide settings which are ignored
# by default if one has their own .inputrc
$include /etc/inputrc
# do not make noise. Also visible can cause delays.
set bell-style none
# make bash auto–complete case insensitive
set completion-ignore-case on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment