Created
July 5, 2018 23:57
-
-
Save hannesbe/9d5e3bb7c6ada0e04f29e867513d4408 to your computer and use it in GitHub Desktop.
Fix for a corrupt `.zsh_history` file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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