ohmyzsh/plugins/fortune/fortune.plugin.zsh
2013-03-31 08:21:47 +04:00

4 lines
59 B
Bash

if type fortune &> /dev/null; then
fortune
echo
fi