Last active
June 9, 2017 14:22
-
-
Save wolf81/14e55c2c203e6a902a4369c262c57952 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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