mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-14 07:33:32 +01:00
37123ca4cd
For .Bashrc aswell as generic .Profile
3 lines
53 B
Text
3 lines
53 B
Text
if [[ $(command -v fortune) ]]; then
|
|
fortune -so
|
|
fi
|