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
sudo apt-get update
sudo apt-get install cowsay fortune
No comments:
Post a Comment