mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-04-18 02:56:33 +02:00
3 lines
53 B
Text
3 lines
53 B
Text
if [[ $(command -v fortune) ]]; then
|
|
fortune -so
|
|
fi
|