current blog subscriptions

Saturday, February 19, 2011

ubuntu 10.10 add fortune to gnome-terminal

make gnome-terminal display fortune with animals like Linu Mint default.
sudo apt-get update
sudo apt-get install cowsay fortune
echo "fortune | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf | head -n1)" >> ~/.bashrc

No comments:

Post a Comment