From bbebbce1ef0fa9451fb42b4b5e45adba88f5449f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 Oct 2014 16:43:48 +1300 Subject: Refine setterm disabling bell --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 45837f6b..baba0090 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -30,7 +30,7 @@ HISTTIMEFORMAT='%F %T ' unset -v MAILCHECK # Never beep at me -setterm -bfreq 0 2>/dev/null +setterm -bfreq -blength 2>/dev/null # Turn off flow control and control character echo stty -ixon -ctlecho 2>/dev/null -- cgit v1.2.3