$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 是一款支持 mailpath** 的 **Zsh 集成开发环境 - 立即试用!