Alec wrote: > How can I turn off the "You have mail in /var/mail/alec" notification in > bash, if that's possible?
Try "man bash" and read about the environment variables whose names begin with MAIL. I think if you unset some of them, it'll stop notifying you of new mail.