No Beep
出自0x209 Wiki
put this into your /etc/bash.bashrc
setterm -blength 0
alternatively you can change the frequency of the beep to a #very low value:
setterm -bfreq 10
在 X11 下面(不管是 KDE、Gnome、XFCE 或者……) 你可以:
xset b off
對 Bash: ( has to go into /etc/inputrc or .inputrc # It will not work in a .bashrc file!)
set bell-style none

