Ver código fonte

Update INSTALL.md

pull/588/head
keskinsaf 3 anos atrás
committed by GitHub
pai
commit
bb18c4f677
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=( [plugins...] zsh-autosuggestions)
plugins=(
# other plugins...
zsh-autosuggestions
)
```
3. Start a new terminal session.

Carregando…
Cancelar
Salvar