Skip to content

Instantly share code, notes, and snippets.

@jsam
Created July 18, 2017 08:41
Show Gist options
  • Save jsam/24e3763fe4912ddb5c3a0fe411002f21 to your computer and use it in GitHub Desktop.
Save jsam/24e3763fe4912ddb5c3a0fe411002f21 to your computer and use it in GitHub Desktop.
fix corrupt zsh_history
mv .zsh_history .zsh_history_bad
strings .zsh_history_bad > .zsh_history
fc -R .zsh_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment