Clear Bash History

Quick way to clear bash/shell history:

cat /dev/null > ~/.bash_history && history -c && exit