From 1d05f1167d201518b348f1008d0d2493a67ce3c8 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 18 Apr 2012 20:40:20 +0300 Subject: [PATCH] bashrc & zshrc: don't check for new mail. I HATE MAILCHECK! It crashed my WeeChat -.- :( --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 62fcd662..82ae6aeb 100644 --- a/bashrc +++ b/bashrc @@ -134,6 +134,9 @@ fi # Source before mentioned locations if they exist. +# Don't check for mail! +unset MAILCHECK + # .environment if [ -f ~/.environment ]; then source ~/.environment diff --git a/zshrc b/zshrc index 19afe213..e43152cd 100644 --- a/zshrc +++ b/zshrc @@ -56,6 +56,9 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' # Source before mentioned locations if they exist. +# Don't check for mail! +unset MAILCHECK + # .environment if [ -f ~/.environment ]; then source ~/.environment