From f43e18aab2f79d0f144527a9ac0b89778d7d6cb4 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 18 Mar 2012 14:53:41 +0000 Subject: [PATCH] Prevent checking of mail. --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 837effb..ff919de 100644 --- a/bashrc +++ b/bashrc @@ -96,6 +96,8 @@ fi export EDITOR=vim export VISUAL=vim +unset MAILCHECK + if [ -f ~/.bashrc_local ]; then . ~/.bashrc_local fi -- 2.34.1