summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-07-23 09:36:30 -0700
committerRobby Russell <robby@planetargon.com>2011-07-23 09:36:30 -0700
commitfc6f07206efba43d1b7e434e3ea4fa15de003584 (patch)
tree9a24519238e328c87945d53c5cf6e3d4230ca84a /README
parent46440e7198905659108ce7598d880f92361d434f (diff)
parentcaa1cc70678e15fe0da93a89e52f543c6bda7494 (diff)
downloadzsh-fc6f07206efba43d1b7e434e3ea4fa15de003584.tar.gz
zsh-fc6f07206efba43d1b7e434e3ea4fa15de003584.tar.bz2
zsh-fc6f07206efba43d1b7e434e3ea4fa15de003584.zip
Merge pull request #215 from sunaku/history
history substring search plugin from fizsh
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