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 linexset b offIf using bash: Open you ~/.inputrc file and append the following line:
set bell-style noneor 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
víctor adán