Differences between version 50 and predecessor to the previous major change of BashNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 50 | Last edited on Friday, February 16, 2007 12:58:01 pm | by BenStaz | Revert |
Older page: | version 48 | Last edited on Tuesday, December 26, 2006 12:55:58 am | by BenStaz | Revert |
@@ -198,8 +198,19 @@
<verbatim>
ROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
</verbatim>
+
+!!How do I enable case-insensitive tab completion?
+
+* bind "set completion-ignore-case on"
+
+That should configure the shell completion to be case-insensitive for
+the remainder of the session.
+
+Make permanent:
+Create a file called .inputrc in your home directory and put this line in it:
+*set completion-ignore-case on
!! Help, bash is listing my files weird!
Well, bash is listing nothing. It's ls(1) and its locale support that matter here, it has nothing to do with the [Shell]. But this is where you'd expect to find this tidbit.