Skip to content

Instantly share code, notes, and snippets.

@mauriciopazpp
Created April 2, 2019 22:29
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 mauriciopazpp/c4f71750c8221edeca1aaef4f30db507 to your computer and use it in GitHub Desktop.
Save mauriciopazpp/c4f71750c8221edeca1aaef4f30db507 to your computer and use it in GitHub Desktop.
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