summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search/README.markdown
diff options
context:
space:
mode:
authorAndrew Janke <andrew@apjanke.net>2015-07-07 16:48:05 -0400
committerMarc Cornellà <marc.cornella@live.com>2015-11-27 16:59:06 +0100
commit7e398391dbd11a1974c8b35913d268853a8a21be (patch)
tree523df3b41863e53712fb030430e24429395c8ccb /plugins/history-substring-search/README.markdown
parentd7e6ba0b66fd65c71e9e3d4a4a5216dfde141944 (diff)
downloadzsh-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.markdown7
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`