aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-06-25 00:04:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-06-25 00:04:27 +1200
commitb083f7984dd8f71ad8720b7b64fb50fa22ea48f5 (patch)
tree33124177b620b32c0dcda84b58d250724b58a105 /bash
parentJust check ls/grep option calls once (diff)
downloaddotfiles-b083f7984dd8f71ad8720b7b64fb50fa22ea48f5.tar.gz
dotfiles-b083f7984dd8f71ad8720b7b64fb50fa22ea48f5.zip
Somehow misplaced my "shut up mail" rules
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index b83682d4..cdfcaffe 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -11,6 +11,10 @@ HISTCONTROL=ignoreboth
# Keep the times of the commands in history
HISTTIMEFORMAT='%F %T '
+# Don't tell me about mail
+unset MAILCHECK
+shopt -u mailwarn
+
# Autocorrect fudged paths in cd calls
shopt -s cdspell &>/dev/null