aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-27 12:05:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-27 12:05:05 +1200
commit2eaae1d17df5f3e060b33cc13b5a754a5ac6ac53 (patch)
tree649ba1351a3ad518e7db45ebca6295e497685a32 /bash/bashrc
parentFix some comments in options.sh (diff)
downloaddotfiles-2eaae1d17df5f3e060b33cc13b5a754a5ac6ac53.tar.gz
dotfiles-2eaae1d17df5f3e060b33cc13b5a754a5ac6ac53.zip
Move bash-independent code ~/.bashrc -> ~/.shrc
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc9
1 files changed, 0 insertions, 9 deletions
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