From: Richard Whitehouse Date: Sun, 18 Mar 2012 14:53:41 +0000 (+0000) Subject: Prevent checking of mail. X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=f43e18aab2f79d0f144527a9ac0b89778d7d6cb4;p=dotfiles.git Prevent checking of mail. --- 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