aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 2caa80c5..a56632e7 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -29,6 +29,9 @@ 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
+
# Autocorrect fudged paths in cd calls
shopt -s cdspell
# Update the hash table properly