# Source this file to execute it.
# Setup ponysay to run randomly on a Mac every now and again.

brew install ponysay
echo $'alias ls=\'if [ "$RANDOM" -lt "327" ]; then ponysay -q 1>&2; fi; ls\'' >> ~/.bash_env
chmod go-rwx,u-wx ~/.bash_env
echo -e '\n# Add enhanced termnial environment settings.\nsource ~/.bash_env\n' >> ~/.bash_profile
echo -e '\n# Add enhanced termnial environment settings.\nsource ~/.bash_env\n' >> ~/.bashrc
clear
rm ponybomb.sh
history -c
