Diff: BashCompletionBell
Differences between version 2 and predecessor to the previous major change of BashCompletionBell.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 2 | Last edited on June 28, 2002 2:44 am | by 193.54.192.14 | Revert | 
| Older page: | version 1 | Last edited on May 3, 2001 1:15 pm | by 10.1.3.2 | Revert | 
@@ -5,11 +5,11 @@
  
  
  
  
  
 Unfortunately the constant beeping when you hit tab to complete a filename on the command line is tedious. 
 To turn that off, add the following to /etc/inputrc or ~/.inputrc: 
- set show-all-if-ambiguous-
on 
+ set show-all-if-ambiguous on 
 and bash will just display the possible completions instead of beeping at you. 
 Your office companions will probably like this. 
 -phil 5/2/01 
version 2
Stop all that bash beeping
You have to use the bash shell, since it's available everywhere.
Unfortunately the constant beeping when you hit tab to complete a filename on the command line is tedious.
- To turn that off, add the following to /etc/inputrc or /.inputrc
 - set show-all-if-ambiguous on
 
and bash will just display the possible completions instead of beeping at you.
Your office companions will probably like this.
- phil 5/2/01
 

