From e0aac8957d7b4aeb5f4ad98bbb825f2b50d7dc5f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 3 Dec 2016 01:56:39 +1300 Subject: Remove setterm(1) call More trouble than it's worth --- sh/shrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'sh/shrc') diff --git a/sh/shrc b/sh/shrc index 72773639..6c4eac8b 100644 --- a/sh/shrc +++ b/sh/shrc @@ -4,9 +4,6 @@ command -p mesg n # Turn off flow control and control character echo command -p stty -ixon -ctlecho 2>/dev/null -# If setterm(1) is available, tell it never to beep at me -{ setterm -bfreq -blength ; } >/dev/null >&2 - # Keep around 4K lines of history in memory HISTSIZE=$((1 << 12)) -- cgit v1.2.3