博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Error】zsh: corrupt history file /home/myusername/.zsh_history
阅读量:4206 次
发布时间:2019-05-26

本文共 253 字,大约阅读时间需要 1 分钟。

错误信息:

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

解决办法:

mv .zsh_history .zsh_history_badstrings .zsh_history_bad > .zsh_historyfc -R .zsh_history

参考:

https://superuser.com/questions/957913/how-to-fix-and-recover-a-corrupt-history-file-in-zsh

转载地址:http://phmli.baihongyu.com/

你可能感兴趣的文章
DRM in Android
查看>>
ARC MRC 变换
查看>>
Swift cell的自适应高度
查看>>
【linux】.fuse_hiddenXXXX 文件是如何生成的?
查看>>
【LKM】整合多个LKM为1个
查看>>
【Kernel】内核热补丁技术揭秘
查看>>
【Error】/usr/bin/env: ‘python’: No such file or directory
查看>>
手工挂载VMware共享目录
查看>>
【Kernel】pid 与 tgid
查看>>
【Error】make LKM时 找不到符号
查看>>
【转载】【C语言】浅析C语言之uint8_t / uint16_t / uint32_t /uint64_t
查看>>
【转载】yum update 自动忽略内核更新
查看>>
【maven】打包jar上传到服务器运行
查看>>
关闭centos wayland
查看>>
【Error】chsh: PAM: Authentication failure
查看>>
【Error】zsh历史记录丢失
查看>>
解析漏洞总结
查看>>
有趣的二进制 读书笔记
查看>>
【Windows C++】调用powershell上传指定目录下所有文件
查看>>
kotlin-android-extensions 插件无效问题
查看>>