浏览代码

Update INSTALL.md

pull/588/head
keskinsaf 3 年前
提交者 GitHub
父节点
当前提交
bb18c4f677
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      INSTALL.md

+ 4
- 1
INSTALL.md 查看文件

@ -39,7 +39,10 @@
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
```sh
plugins=( [plugins...] zsh-autosuggestions)
plugins=(
# other plugins...
zsh-autosuggestions
)
```
3. Start a new terminal session.

正在加载...
取消
保存