alie Jul 15, 2009 #1 Hi guys, Anyone knows how to enable fortune cookie/joke on terminal like this screenshot ?
M mk Jul 15, 2009 #2 make your shell to be login shell - tcsh -l for example or at least i did it like that years a go..
D dennylin93 Jul 15, 2009 #3 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.
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.
arp242 Jul 15, 2009 #4 The ACSII art is not from fortunes, but probably from a simple wrapper script.
tangram Jul 15, 2009 #5 Judging by the picture it looks like games/cowsay. Install it and run % cowsay -f daemon Dameon for President!. Have a look at /usr/local/share/cows for more...uh.. cows.
Judging by the picture it looks like games/cowsay. Install it and run % cowsay -f daemon Dameon for President!. Have a look at /usr/local/share/cows for more...uh.. cows.