From 249234047e806af26cefb5af72b8836032714c15 Mon Sep 17 00:00:00 2001 From: Brian Moeskau Date: Thu, 13 Jun 2024 23:28:55 -0500 Subject: [PATCH] Fix zplug syntax The space before "plugin" raises an error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd33b4..737b55d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Using [zplug](https://github.com/zplug/zplug): 1. Add this repo to `~/.zshrc`: - zplug "zsh-users/zsh-history-substring-search", as: plugin + zplug "zsh-users/zsh-history-substring-search", as:plugin Using [antigen](https://github.com/zsh-users/antigen):