Created
March 17, 2019 18:24
-
-
Save Empyritz/0e25a3d73a5bb45cb81bf62c98f0af7c to your computer and use it in GitHub Desktop.
Esta es la manera de corregir zsh: corrupt history file
This file contains hidden or 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
| To fix it run the following commands | |
| cd ~ | |
| mv .zsh_history .zsh_history_bad | |
| strings .zsh_history_bad > .zsh_history | |
| fc -R .zsh_history |
Gracias desde Archlinux!
Te rifaste pa 馃
Gracias! Funcion贸
Gracias!
Genio! Tuve este error hoy en Nixos y lo arregle al toque con esto. 馃挴
Funcion贸 de maravilla y no me elimino ning煤n comando, un capo 鉂わ笍
gracias man
Me funcion贸, muchas gracias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Funciona!!!! Gracias!