vote up 1 vote down star

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.

flag

5 Answers

vote up 3 vote down check
  1. Open Terminal.
  2. On the menu go to Terminal > Window Settings.
  3. In the Terminal Inspector window click on the drop-down list and select Emulation.
  4. Un-check the "Audible Bell" option. (You can also set "visible bell" which will cause your terminal to flash instead of beep)
link|flag
Is that for Tiger? There's no Window Settings option in Leopard... – Jon Dec 30 '08 at 8:56
@Jon: Yes, that does not appear to be on Leopard. – ayaz Dec 30 '08 at 9:34
Under Leopard, the same settings are avaliable under Terminal > Preferences, under the Settings > Advanced tabs. – Chris Lutz Sep 24 at 2:34
vote up 0 vote down

System preferences --> sound --> then choose an alert sound [choose what you want]

then quit and reopen the terminal.

link|flag
vote up 0 vote down

How do I change which sound it makes?

link|flag
vote up 3 vote down

put "set bell-style visible" in your ~/.bashrc

link|flag
vote up 4 vote down

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)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.