Blog Entry

Terminal bell OFF

Tired of hearing that annoying beep in the terminal?

If using xterm: Open the ~/.xsession file and append the following line
xset b off
If using bash: Open you ~/.inputrc file and append the following line:
set bell-style none
or to get a visible signal:
set bell-style visible

If you use VIM: Open vim config file ~/.vimrc and append the following line:

set vb

Posted on:
2008.07.26 -0500

Tags:
gnu/linux