瀏覽代碼

Update INSTALL.md

pull/588/head
keskinsaf 3 年之前
committed by GitHub
父節點
當前提交
bb18c4f677
沒有發現已知的金鑰在資料庫的簽署中 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=( [plugins...] zsh-autosuggestions)
plugins=(
# other plugins...
zsh-autosuggestions
)
```
3. Start a new terminal session.

Loading…
取消
儲存