summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search
diff options
context:
space:
mode:
authorMatheus Cruz Rocha <matheus.rocha89@gmail.com>2015-05-02 12:59:18 -0300
committerncanceill <nicolas.canceill@ens-cachan.org>2015-06-11 21:10:34 +0200
commit6bec3c6719f17898b6504a6189424bc23cc10c65 (patch)
treec66a3ff891bd89079668a9aa70ed07b9bd345ee2 /plugins/history-substring-search
parent83c3316cf4c4f11c15b8a9df488d629cf4bc23dc (diff)
downloadzsh-6bec3c6719f17898b6504a6189424bc23cc10c65.tar.gz
zsh-6bec3c6719f17898b6504a6189424bc23cc10c65.tar.bz2
zsh-6bec3c6719f17898b6504a6189424bc23cc10c65.zip
Update history-substring-search README
This Change remove the .zsh on the plugin activate example, cause with the .zsh at the end the plugin won't be activated
Diffstat (limited to 'plugins/history-substring-search')
-rw-r--r--plugins/history-substring-search/README.markdown2
1 files changed, 1 insertions, 1 deletions
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: