2020-09-26 17:17:43 +00:00
|
|
|
local REPLY
|
|
|
|
zstyle -s ':custom:prompts:mail' glob REPLY
|
|
|
|
local new_mails=(${~REPLY}(.N))
|
2020-06-20 11:11:09 +00:00
|
|
|
typeset -g _cprompts_mail_count=${#new_mails}
|
|
|
|
[[ ${_cprompts_mail_count} -gt 0 ]] || return
|
|
|
|
p10k segment -b yellow -i '' -t "${_cprompts_mail_count:-unknown}"
|