Sfoglia il codice sorgente

Update INSTALL.md

pull/588/head
keskinsaf 3 anni fa
committed by GitHub
parent
commit
bb18c4f677
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      INSTALL.md

+ 4
- 1
INSTALL.md Vedi File

@ -39,7 +39,10 @@
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`): 2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
```sh ```sh
plugins=( [plugins...] zsh-autosuggestions)
plugins=(
# other plugins...
zsh-autosuggestions
)
``` ```
3. Start a new terminal session. 3. Start a new terminal session.

Caricamento…
Annulla
Salva