From 3443fed2929980a1730b0dd6eefa843de38b8fbb Mon Sep 17 00:00:00 2001 From: davidsb Date: Sun, 23 Sep 2001 11:19:13 +0000 Subject: [PATCH] expand entry "How can I get bash filename completion to be case insensitive?" --- winsup/doc/how-using.texinfo | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo index 7161d48656..bbde4de085 100644 --- a/winsup/doc/how-using.texinfo +++ b/winsup/doc/how-using.texinfo @@ -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? -- 2.11.0