瀏覽代碼

Merge pull request #588 from keskinsaf/#587-fix-installation-aside-other-plugins

Update INSTALL.md
pull/612/head
Eric Freese 3 年之前
committed by GitHub
父節點
當前提交
58c98a7739
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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=(zsh-autosuggestions)
plugins=(
# other plugins...
zsh-autosuggestions
)
```
3. Start a new terminal session.

Loading…
取消
儲存