From fa3f24824064e0044412b1a278590939bc7876b9 Mon Sep 17 00:00:00 2001 From: dtk Date: Fri, 15 May 2015 18:50:06 +0200 Subject: [PATCH] Correct documentation on how to load the plugin So far the `README.markdown` stated that the string `history-substring-search.zsh` had to be added to the `plugins` list in order to load the plugin. This commits corrects the information by removing the trailing `.zsh`. --- plugins/history-substring-search/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/history-substring-search/README.markdown b/plugins/history-substring-search/README.markdown index 143b813a1..c154afdce 100644 --- a/plugins/history-substring-search/README.markdown +++ b/plugins/history-substring-search/README.markdown @@ -1,6 +1,6 @@ To activate this script, please include it the `plugins` variable within `~/.zshrc` - `plugins=(git history-substring-search.zsh)` + `plugins=(git history-substring-search)` See the "history-substring-search.zsh" file for more information: