Skip to content

Instantly share code, notes, and snippets.

@ivankristianto
Created October 19, 2016 02:10
Show Gist options
  • Save ivankristianto/7f65a0afd5536f0321fb7f1331e0d27b to your computer and use it in GitHub Desktop.
Save ivankristianto/7f65a0afd5536f0321fb7f1331e0d27b to your computer and use it in GitHub Desktop.
Delete history bash
cat /dev/null > ~/.bash_history && history -c && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment