Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created January 10, 2017 18:20
Show Gist options
  • Save jcefoli/3055b445832fd7198a7778bc8203d712 to your computer and use it in GitHub Desktop.
Save jcefoli/3055b445832fd7198a7778bc8203d712 to your computer and use it in GitHub Desktop.
Clear bash history
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