diff options
author | Robby Russell <robby@planetargon.com> | 2011-07-23 09:36:30 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-07-23 09:36:30 -0700 |
commit | fc6f07206efba43d1b7e434e3ea4fa15de003584 (patch) | |
tree | 9a24519238e328c87945d53c5cf6e3d4230ca84a /README | |
parent | 46440e7198905659108ce7598d880f92361d434f (diff) | |
parent | caa1cc70678e15fe0da93a89e52f543c6bda7494 (diff) | |
download | zsh-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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |