aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-03 01:56:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-03 01:56:39 +1300
commite0aac8957d7b4aeb5f4ad98bbb825f2b50d7dc5f (patch)
treeb4692f9465ac5fa26647a7bfd489d59e25e8a11e /sh/shrc
parentConvert sd2u and su2d to awk (diff)
downloaddotfiles-e0aac8957d7b4aeb5f4ad98bbb825f2b50d7dc5f.tar.gz
dotfiles-e0aac8957d7b4aeb5f4ad98bbb825f2b50d7dc5f.zip
Remove setterm(1) call
More trouble than it's worth
Diffstat (limited to 'sh/shrc')
-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))