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.
|
|
|
||||||
|
|
|
System preferences --> sound --> then choose an alert sound [choose what you want] then quit and reopen the terminal. |
||
|
|
|
|
How do I change which sound it makes? |
||
|
|
|
|
put "set bell-style visible" in your ~/.bashrc |
||
|
|
|
|
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) |
||
|
|
