Created
March 1, 2018 20:06
-
-
Save unabridgedxcrpt/ca5f75b8ca6b63eb922f3e9a87d6aaca 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
#This is my .inputrc file for bash (so far only used on MacOS X systems). | |
set completion-ignore-case On | |
set expand-tilde on | |
set show-all-if-ambiguous on | |
set visible-stats on | |
set bell-style visible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment