$MAIL
–
Path to a mail file or directory
$MAIL
defines the file path where the shell looks for mail.
This variable is only used if $mailpath
and $MAILPATH
are not set.
Links
Examples
- Check
$HOME/.inbox
for incoming mail every 10 seconds 1 2 3
MAIL=~/".inbox" MAILCHECK=10 # Now Zsh will notify you when ~/.inbox changes
BashSupport Pro is a Zsh IDE with support for $mail – try it now!