From 47a7d416c652a109f6e8856081abc042b50125f4 Mon Sep 17 00:00:00 2001 From: Bastian Heist Date: Wed, 21 Feb 2018 19:15:09 +0100 Subject: [PATCH] Fix typo in README.md (#91) The plugin line needed to contain "history-substring-search" (not zsh-history-substring-search) to work for me. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9245dd9..c9dbad6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh): 2. Activate the plugin in `~/.zshrc`: - plugins=( [plugins...] zsh-history-substring-search) + plugins=( [plugins...] history-substring-search) 3. Source `~/.zshrc` to take changes into account: