Skip to content

Commit 58c98a7

Browse files
authored
Merge pull request #588 from keskinsaf/#587-fix-installation-aside-other-plugins
Update INSTALL.md
2 parents eff0894 + bb18c4f commit 58c98a7

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=(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)