From 9ad305c906bf3e227236e890fd51423c2a689ab3 Mon Sep 17 00:00:00 2001 From: keskinsaf Date: Mon, 8 Mar 2021 14:44:01 +0300 Subject: [PATCH 1/2] Update INSTALL.md [fix] install this plugin aside other plugins --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9d2915e..3c0ac3a 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-autosuggestions) ``` 3. Start a new terminal session. From bb18c4f677b95c2a324ca848fa6c3b9ed1515415 Mon Sep 17 00:00:00 2001 From: keskinsaf Date: Tue, 9 Mar 2021 11:08:18 +0300 Subject: [PATCH 2/2] Update INSTALL.md --- INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.