mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
expand entry "How can I get bash filename completion to be case insensitive?"
This commit is contained in:
parent
b66101cda7
commit
991f7832e6
@ -73,7 +73,17 @@ mounted as / in Cygwin.
|
||||
|
||||
@subsection How can I get bash filename completion to be case insensitive?
|
||||
|
||||
"shopt -s nocaseglob" should do the trick.
|
||||
Add the following to your @code{~/.bashrc} file:
|
||||
|
||||
@example
|
||||
shopt -s nocaseglob
|
||||
@end example
|
||||
|
||||
and add the following to your @code{~/.inputrc} file:
|
||||
|
||||
@example
|
||||
set completion-ignore-case on
|
||||
@end example
|
||||
|
||||
@subsection Can I use paths/filenames containing spaces in them?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user