diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-07-07 16:48:05 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-11-27 16:59:06 +0100 |
commit | 7e398391dbd11a1974c8b35913d268853a8a21be (patch) | |
tree | 523df3b41863e53712fb030430e24429395c8ccb /plugins/history-substring-search/README.markdown | |
parent | d7e6ba0b66fd65c71e9e3d4a4a5216dfde141944 (diff) | |
download | zsh-7e398391dbd11a1974c8b35913d268853a8a21be.tar.gz zsh-7e398391dbd11a1974c8b35913d268853a8a21be.tar.bz2 zsh-7e398391dbd11a1974c8b35913d268853a8a21be.zip |
history-substring-search: update to upstream version 2015-09-28
Updates OMZ's copy to commit 2c295432175990c1bb4e90bc13f609daa67a25d6 from zsh-users/zsh-history-substring-search
Diffstat (limited to 'plugins/history-substring-search/README.markdown')
-rw-r--r-- | plugins/history-substring-search/README.markdown | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/history-substring-search/README.markdown b/plugins/history-substring-search/README.markdown deleted file mode 100644 index c154afdce..000000000 --- a/plugins/history-substring-search/README.markdown +++ /dev/null @@ -1,7 +0,0 @@ -To activate this script, please include it the `plugins` variable within `~/.zshrc` - - `plugins=(git history-substring-search)` - -See the "history-substring-search.zsh" file for more information: - - `sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more` |