Is there any way to make Bash tab complete case insensitively?
$ bash --version
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
Copyright (C) 2007 Free Software Foundation, Inc.
I am using Mac OS X 10.6
|
Is there any way to make Bash tab complete case insensitively?
I am using Mac OS X 10.6
| ||||
|
feedback
|
|
You should be able to use: set completion-ignore-case on add it to | |||||||||||||||
feedback
|