aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 14:58:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 14:58:25 +1200
commit19ec8720ec4857ce22eef6317ea1e51b8bcaf932 (patch)
treea3955ab4f4d9197df2b55f1940cfe83bf69c266e /bash/bashrc
parentMake stray tab into spaces, add EOF newline (diff)
downloaddotfiles-19ec8720ec4857ce22eef6317ea1e51b8bcaf932.tar.gz
dotfiles-19ec8720ec4857ce22eef6317ea1e51b8bcaf932.zip
Ignore error messages from mailwarn option
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 4891b61a..ebf87b2d 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -13,7 +13,7 @@ HISTTIMEFORMAT='%F %T '
# Don't tell me about mail
unset MAILCHECK
-shopt -u mailwarn
+shopt -u mailwarn &>/dev/null
# Autocorrect fudged paths in cd calls
shopt -s cdspell &>/dev/null