dotfiles-zsh/.banner

11 lines
138 B
Plaintext
Raw Permalink Normal View History

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