Skip to content

How to fix a corrupt zsh history file

에러 발생

WSL으로 깃 작업을 하던 중 예상치 못한 오류로 컴퓨터 셧다운 이후 해당 오류 발생

zsh: corrupt history file /home/jeonghun/.zsh_history

에러 해결

cd ~
mv .zsh_history .zsh_history_bad
strings .zsh_history_bad > .zsh_history
fc -R .zsh_history
rm ~/.zsh_history_bad

Last update : 4 juin 2023
Created : 7 janvier 2020