Answers for "zsh: corrupt history file /home/.zsh_history"

1

zsh: corrupt history file /home/.zsh_history

cd ~
mv .zsh_history .zsh_history_bad
strings -eS .zsh_history_bad > .zsh_history
fc -R .zsh_history
Posted by: Guest on August-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language