Skip to content

Instantly share code, notes, and snippets.

@dragonde
Last active April 22, 2024 07:31
Show Gist options
  • Save dragonde/4f6b6ef6ff39d64fcb3df32edd2395c5 to your computer and use it in GitHub Desktop.
Save dragonde/4f6b6ef6ff39d64fcb3df32edd2395c5 to your computer and use it in GitHub Desktop.
fix zsh_history corrupt

Fix zsh history corrupt

To fix it run the following commands:

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