summaryrefslogtreecommitdiffstats
path: root/winsup/doc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/how-using.texinfo12
1 files changed, 11 insertions, 1 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo
index 7161d4865..bbde4de08 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?