Skip to content

Instantly share code, notes, and snippets.

@KevinRohn
Last active June 7, 2021 09:58
Show Gist options
  • Save KevinRohn/c8459e9c9f7e9e8f2ac17640b0b61e22 to your computer and use it in GitHub Desktop.
Save KevinRohn/c8459e9c9f7e9e8f2ac17640b0b61e22 to your computer and use it in GitHub Desktop.
Clean up shell history #commands
history -c
shred -u ~/.bash_history && touch ~/.bash_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment