aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/shrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc b/sh/shrc
index 33c55e8f..63026e69 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -1,5 +1,5 @@
# Don't let anyone write(1) to my terminal
-command -p mesg n
+command -p mesg n 2>/dev/null
# Turn off flow control and control character echo
command -p stty -ixon -ctlecho 2>/dev/null