From 2eaae1d17df5f3e060b33cc13b5a754a5ac6ac53 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 27 Aug 2016 12:05:05 +1200 Subject: Move bash-independent code ~/.bashrc -> ~/.shrc --- bash/bashrc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 066e2d55..cb5cb3d3 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -34,15 +34,6 @@ unset -v MAILCHECK # Use a more compact format for the time builtin's output TIMEFORMAT='real:%lR user:%lU sys:%lS' -# Never beep at me -setterm -bfreq -blength 2>/dev/null - -# Turn off flow control and control character echo -stty -ixon -ctlecho 2>/dev/null - -# Don't let anyone write(1) to my terminal -mesg n - # Don't allow the creation of aliases, functions are better enable -n alias unalias -- cgit v1.2.3