summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSuraj N. Kurapati <sunaku@gmail.com>2011-07-14 21:41:26 -0700
committerSuraj N. Kurapati <sunaku@gmail.com>2011-07-14 21:41:26 -0700
commitcaa1cc70678e15fe0da93a89e52f543c6bda7494 (patch)
treeb02c65424f5cf8f4283c7486ed404a54a2d12c42 /README
parent7d19ae8fab80c826156f984aa6dd8221a9aaada0 (diff)
downloadzsh-caa1cc70678e15fe0da93a89e52f543c6bda7494.tar.gz
zsh-caa1cc70678e15fe0da93a89e52f543c6bda7494.tar.bz2
zsh-caa1cc70678e15fe0da93a89e52f543c6bda7494.zip
zsh-history-substring-search plugin at 15f63de
https://github.com/sunaku/zsh-history-substring-search
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..be11adf76
--- /dev/null
+++ b/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