diff options
author | Matheus Cruz Rocha <matheus.rocha89@gmail.com> | 2015-05-02 12:59:18 -0300 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2015-06-11 21:10:34 +0200 |
commit | 6bec3c6719f17898b6504a6189424bc23cc10c65 (patch) | |
tree | c66a3ff891bd89079668a9aa70ed07b9bd345ee2 /plugins/history-substring-search | |
parent | 83c3316cf4c4f11c15b8a9df488d629cf4bc23dc (diff) | |
download | zsh-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.markdown | 2 |
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: |