Removed the beep in console.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 13 Dec 2011 07:22:06 +0000 (08:22 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 13 Dec 2011 07:22:06 +0000 (08:22 +0100)
bashrc

diff --git a/bashrc b/bashrc
index cca943d..3e6cc3a 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -50,6 +50,10 @@ shopt -s histappend
 
 [[ ${TERM} == "dumb" ]] || [ ! -t 0 ] && return
 
+# Remove the annoying beeps in console
+
+setterm -blength 0
+
 ######################################################################
 ## The interactive part