cd到home目录下,找到.zsh_history。 只需打开该文件,找到对应的@@@@相关乱码行,把对应行删除即可。 不需要 rm -f .zsh_history ...
# 安装 autojump brew install autojump安装完的提示Add the following line to your ~/.bash_profile or ~/.zshrc ...
。 zsh 很多人的 mac 中会使用 zsh 而不是 bash,一大半是因为 oh-my-zsh 这 ...
title: zsh 配置 author: "edte" tags: ["Linux","zsh","shell"] categories: ["Linux"] date: 2020-03-24 目录 title: zsh 配置author: "edte"tags ...
All the current themes can be found in the themes/ directory in the oh-my-zsh distribution. See list here. In order to enable a theme, set ...
启动flask项目python3 app.py的时候遇到报错: zsh: abort Abort trap: 6 在网上查到好几种解决办法,尝试修改zsh为shell的过程中不断在遇到新的问题。 于是我尝试了其他项目启动 ...
history命令 1. history的基础 1.相关文件 ~/.bash_history 该文件存储已执行的命令 /etc/profile 该文件存储一些变量,本文中用来配置history,使history ...