Easy peasey, kill the cow. Originally the parrot was a cow, yes moo. Unhappy will just cows people have a whole assortment of ascii characters on their terminals.
Easiest way. In a terminal
Code:
nano .bashrc
at the bottom of the file it looks like
Code:
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
/usr/games/fortune |/usr/games/cowsay -f parrot
scroll down and comment out the last line with an octothorpe (
#) like
Quote:
# /usr/games/fortune |/usr/games/cowsay -f parrot
Save and close the file (
<ctrl><x>,
Y, and
<enter>) and you're on your way.
Or, if you want to remove all trace of the parrot, delete the line, save the file and purge the cow and everything it says with
Code:
sudo apt-get purge cowsay fortunes fortunes-mod fortunes-min
...and see how that suits you.
What are the scripts?