From: Francois Fleuret Date: Tue, 13 Dec 2011 07:22:06 +0000 (+0100) Subject: Removed the beep in console. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=scripts.git;a=commitdiff_plain;h=856983cd510a04e27d441990c73f04e4b47e162f Removed the beep in console. --- diff --git a/bashrc b/bashrc index cca943d..3e6cc3a 100644 --- 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