aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/shrc3
1 files changed, 0 insertions, 3 deletions
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))