From 4ab095cb27e6266b7526e6958b2e8b8de8af588d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 24 Feb 2018 12:21:34 +1300 Subject: Silence errors from missing mesg(1) Funtoo Linux does not include this tool by default. It's not important enough to raise the error message on every login. --- sh/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3