blob: aa9c7d27bc1feb5a09a4277ea60e272e2b7b1f28 (
plain)
1
2
3
|
source $HOME/packages/zsh/etc/colors
print -P "${info}>>${reset} this is ${info}`uname -srm`${reset} on ${info}%y${reset}"
[[ -n $(echo Maildir/new/*(N)) ]] && echo "${info}>>${reset} You have mail!"
|