dotfiles-zsh/.banner

11 lines
125 B
Plaintext
Raw Normal View History

2020-01-13 22:14:45 +01:00
# echo shell header
2020-11-12 13:24:17 +01:00
out=$(birthdays)
if [[ $out ]]; then
cowsay -d -W50 $out
else
cowsay -d -W50 $(fortune)
fi
2020-01-13 22:14:45 +01:00
ddate