Disable terminal bell – Debian / Ubuntu
Posted on December 20th, 2007 by linux
Terminal bell setting for debian and ubuntu are located in /etc/inputrc . Use your favorite editor to open /etc/inputrc file and search for line:
# set bell-style none
change it to:
set bell-style none
Note: you need to exit current terminal to allow changes to take place!
Filed under: Administration, Debian, Linux, Ubuntu