From 1672bb4ab90d1ea080414dd2213cf2f77f79d2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E5=8D=8E?= Date: Fri, 16 Oct 2020 21:06:49 +0800 Subject: [PATCH] Update INSTALL.md improve install guide of oh-my-zsh. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9d2915e..0877135 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ 2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`): ```sh - plugins=(zsh-autosuggestions) + plugins=([plugins...] zsh-syntax-highlighting) ``` 3. Start a new terminal session.