summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search/README
diff options
context:
space:
mode:
authorSuraj N. Kurapati <sunaku@gmail.com>2011-07-27 10:28:55 -0700
committerSuraj N. Kurapati <sunaku@gmail.com>2011-07-27 10:28:55 -0700
commitfd732eb3ff4984ddc9109e950cf7ceb472cb9824 (patch)
tree60724823da7d6711f0d2efe43f4d8ae20e98b1e7 /plugins/history-substring-search/README
parent3350c2298f6e0b629c8efe9821262a093f975fd3 (diff)
downloadzsh-fd732eb3ff4984ddc9109e950cf7ceb472cb9824.tar.gz
zsh-fd732eb3ff4984ddc9109e950cf7ceb472cb9824.tar.bz2
zsh-fd732eb3ff4984ddc9109e950cf7ceb472cb9824.zip
move history-substring-search* files into plugins/
Diffstat (limited to 'plugins/history-substring-search/README')
-rw-r--r--plugins/history-substring-search/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/history-substring-search/README b/plugins/history-substring-search/README
new file mode 100644
index 000000000..be11adf76
--- /dev/null
+++ b/plugins/history-substring-search/README
@@ -0,0 +1,7 @@
+To activate this script, load it into an interactive ZSH session:
+
+ % source history-substring-search.zsh
+
+See the "history-substring-search.zsh" file for more information:
+
+ % sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more