Created
December 2, 2018 12:17
-
-
Save violen/8545efe3a2642034aaa636d33db37ebf to your computer and use it in GitHub Desktop.
Case Insenitive Bash Completion
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 inputrc for readline dependent programms | |
| $include /etc/inputrc | |
| set completion-ignore-case on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment