Created
April 2, 2019 22:29
-
-
Save mauriciopazpp/c4f71750c8221edeca1aaef4f30db507 to your computer and use it in GitHub Desktop.
How to fix history zsh - history terminal zsh not working
This file contains 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
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