Disable terminal bell – Debian / Ubuntu

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!

Leave a Reply

You must be logged in to post a comment.