From 856983cd510a04e27d441990c73f04e4b47e162f Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 13 Dec 2011 08:22:06 +0100 Subject: [PATCH] Removed the beep in console. --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1