瀏覽代碼

Update INSTALL.md

pull/588/head
keskinsaf 3 年之前
committed by 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.

Loading…
取消
儲存