aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-03-22 09:25:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-03-22 09:25:34 +1300
commit373f8dd263f114ccb36da82ce4825f6afaff1225 (patch)
tree040f829680a9e6485e5a26c3c3eea8e9a5c8511f /sh/shrc
parentMerge branch 'hotfix/v0.30.1' (diff)
parentRebuild dotfiles(7) manual page from README (diff)
downloaddotfiles-07567d4c078b27147583d232251bcdc237281efa.tar.gz (sig)
dotfiles-07567d4c078b27147583d232251bcdc237281efa.zip
Merge branch 'release/v0.31.0'v0.31.0
* release/v0.31.0: Rebuild dotfiles(7) manual page from README Bump VERSION Further soften magic numbers Perl::Critic rule Prompt for message deletion in Mutt Silence errors from missing mesg(1)
Diffstat (limited to 'sh/shrc')
-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