$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/.inboxfor incoming mail every 10 seconds 1 2 3MAIL=~/".inbox" MAILCHECK=10 # Now Zsh will notify you when ~/.inbox changes
BashSupport Pro is a Zsh IDE with support for $mail – try it now!