From 852292e09d010fa33276de3fe10ff65cd22c9e45 Mon Sep 17 00:00:00 2001 From: Tomasz Nurkiewicz Date: Tue, 21 Jan 2020 14:18:55 +0100 Subject: [PATCH] Instructions when multiple plugins --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 9d2915e..f878804 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,6 +42,8 @@ plugins=(zsh-autosuggestions) ``` +If you have other plugins, separate them by space, e.g. `plugins=(git zsh-autosuggestions)`. + 3. Start a new terminal session. ## Manual (Git Clone)