zsh 使用记录
主题
ZSH_THEME="ys"
插件
自动补全插件
git clone https://github.com/zsh-users/zsh-autosuggestions 移动至 ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions 编辑 .zshrc 文件
找到plugins=(git)这一行,如果没有添加。更改为如下
plugins=(git zsh-autosuggestions)
来源:oschina
链接:https://my.oschina.net/guopei/blog/3168901