Fortune/joke on terminal

Hi guys,

Anyone knows how to enable fortune cookie/joke on terminal like this screenshot ?

Screenshot-Terminal.png
 
Fortune must exist in /usr/games/ and put this in ~/.login:
Code:
[ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips

The tips that pop up are a bit different from the screenshot though.
 
Back
Top