I'd like to prevent the Mac Terminal program from beeping, for example when there are multiple possible completions when I hit TAB. I looked in the preferences, but there's nothing about beeping.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Jul 15 '10 at 13:36
|
In OS X Leopard (10.5 and later)
In OS X Tiger (10.4 and earlier):
|
|||||||||
|
|
I'm presuming you have Leopard, whose terminal is greatly improved over Tiger's. Terminal menu --> Preferences --> Settings tab --> Advanced --> Bell. Untick "Audible bell" (btw, mine doesn't beep as far as I can tell, even though that setting is enabled for me) |
|||
|
|
put "set bell-style visible" in your ~/.bashrc |
|||||||
|
|
System preferences --> sound --> then choose an alert sound [choose what you want] then quit and reopen the terminal. |
|||
|
|
