# Cleanup old history files. if [[ -d ~/.hist ]]; then find ~/.hist -mtime +32 -exec /bin/rm -f {} \; fi