Skip to content

Instantly share code, notes, and snippets.

@williamn
Created November 8, 2010 02:22
Show Gist options
  • Save williamn/667309 to your computer and use it in GitHub Desktop.
Save williamn/667309 to your computer and use it in GitHub Desktop.
Clear bash history when logout
clear
history -c && rm -f ~/.bash_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment