Skip to content

Instantly share code, notes, and snippets.

@hannesbe
Created July 5, 2018 23:57
Show Gist options
  • Select an option

  • Save hannesbe/9d5e3bb7c6ada0e04f29e867513d4408 to your computer and use it in GitHub Desktop.

Select an option

Save hannesbe/9d5e3bb7c6ada0e04f29e867513d4408 to your computer and use it in GitHub Desktop.
Fix for a corrupt `.zsh_history` file
cd ~
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