How to fix a corrupted ZSH history
Run the following commands to fix the error and recover your history:
cd ~/
mv .zsh_history .zsh_history_old
strings .zsh_history_old > .zsh_history
fc -R .zsh_historyRun the following commands to fix the error and recover your history:
cd ~/
mv .zsh_history .zsh_history_old
strings .zsh_history_old > .zsh_history
fc -R .zsh_history