$mailpath
–
Files and directories to check for mail
$mailpath
defines the files and directories where the shell checks for new mail.
$MAILPATH
contains the same data as a colon-separated list.
Links
Examples
- Check
$HOME/.inbox
for incoming mail every 10 seconds 1 2 3
mailpath=(~/".inbox?Hey, you've got mail in \$_") MAILCHECK=10 # Now Zsh will notify you when ~/.inbox changes
BashSupport Pro ist eine Zsh IDE mit Unterstützung für $mailpath - probieren Sie es jetzt aus!