Advertisement
x3roxx

Fix Error: zsh: corrupt history file /home/user/.zsh_history

Dec 30th, 2023
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | Software | 0 0
  1. cd ~
  2.  
  3. mv .zsh_history .zsh_history_bad
  4.  
  5. strings .zsh_history_bad > .zsh_history
  6.  
  7. fc -R .zsh_history
  8.  
  9. rm ~/.zsh_history_bad
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement