Skip to content

Instantly share code, notes, and snippets.

@yarimadam
Created June 27, 2018 09:25
Show Gist options
  • Save yarimadam/a6fff41cbce396b468e26e172db8f528 to your computer and use it in GitHub Desktop.
Save yarimadam/a6fff41cbce396b468e26e172db8f528 to your computer and use it in GitHub Desktop.
Clear history and exit 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