Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
How to fix history zsh - history terminal zsh not working
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