Skip to content

Instantly share code, notes, and snippets.

@obstschale
Created January 31, 2014 09:28
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 obstschale/8728962 to your computer and use it in GitHub Desktop.
Save obstschale/8728962 to your computer and use it in GitHub Desktop.
.inputrc controls how programs using the readline library (including bash) behave. It is loaded automatically. For full details see the Function and Variable Index section of the GNU readline manual. Consider the following settings: (src: http://www.zsh.org/mla/users/2006/msg01114.html )
# Ignore case while completing
set completion-ignore-case on
# Make Bash 8bit clean
set meta-flag on
set convert-meta off
set output-meta on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment