diff --git a/INSTALL.md b/INSTALL.md index 3c0ac3a..196524f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.