summaryrefslogtreecommitdiff
path: root/etc/profile
blob: 23994c3347b7e5c64a08dab1ec4c9667367fce57 (plain)
1
2
3
4
5
6
## vim:ft=zsh
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!"
[[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile
ZPROFILE=1