Skip to content

Commit bb18c4f

Browse files
author
keskinsaf
authored
Update INSTALL.md
1 parent 9ad305c commit bb18c4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

INSTALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
4040

4141
```sh
42-
plugins=( [plugins...] zsh-autosuggestions)
42+
plugins=(
43+
# other plugins...
44+
zsh-autosuggestions
45+
)
4346
```
4447

4548
3. Start a new terminal session.

0 commit comments

Comments
 (0)