dotfiles-zsh/.banner
2020-11-12 13:24:17 +01:00

11 lines
125 B
Plaintext

# echo shell header
out=$(birthdays)
if [[ $out ]]; then
cowsay -d -W50 $out
else
cowsay -d -W50 $(fortune)
fi
ddate