$MAILPATH
–
Files and directories to check for mail
$MAILPATH
defines the files and directories where the shell checks for new mail as a colon-separated list.
Use $mailpath
to define the same data as an array.
Links
Examples
- Check
$HOME/.inbox
for incoming mail every 10 seconds 1 2 3
MAILPATH="$HOME/.inbox?Hey, you've got mail in \$_" MAILCHECK=10 # Now Zsh will notify you when ~/.inbox changes
BashSupport Pro 是一款支持 MAILPATH** 的 **Zsh 集成开发环境 - 立即试用!