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.
|
feedback
|
migrated from stackoverflow.com Jul 15 '10 at 13:36
This question came from our site for professional and enthusiast programmers.
| |||||||||
feedback
|
|
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) | |||
feedback
|
|
put "set bell-style visible" in your ~/.bashrc | |||||
feedback
|
|
System preferences --> sound --> then choose an alert sound [choose what you want] then quit and reopen the terminal. | |||
|
feedback
|