bashrc & zshrc: don't check for new mail.

I HATE MAILCHECK! It crashed my WeeChat -.- :(
This commit is contained in:
Mika Suomalainen 2012-04-18 20:40:20 +03:00
parent 243e8bb050
commit 1d05f1167d
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -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

3
zshrc
View File

@ -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