Skip to content

Instantly share code, notes, and snippets.

@arianmaykon
Created August 12, 2019 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arianmaykon/c7f11f8b9b45df36bf0ca835ab88233c to your computer and use it in GitHub Desktop.
Save arianmaykon/c7f11f8b9b45df36bf0ca835ab88233c to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
# George Ornbo (shapeshed) http://shapeshed.com
# License - http://unlicense.org
# From: https://github.com/shapeshed/dotfiles/blob/master/bin/zsh_history_fix
#
# Fixes a corrupt .zsh_history file
mv ~/.zsh_history ~/.zsh_history_bad
strings .zsh_history_bad > .zsh_history
fc -R ~/.zsh_history
rm ~/.zsh_history_bad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment