Ver código fonte

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

Update INSTALL.md
pull/612/head
Eric Freese 3 anos atrás
committed by GitHub
pai
commit
58c98a7739
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      INSTALL.md

+ 4
- 1
INSTALL.md Ver arquivo

@ -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.

Carregando…
Cancelar
Salvar