diff options
author | Suraj N. Kurapati <sunaku@gmail.com> | 2011-07-14 21:41:26 -0700 |
---|---|---|
committer | Suraj N. Kurapati <sunaku@gmail.com> | 2011-07-14 21:41:26 -0700 |
commit | caa1cc70678e15fe0da93a89e52f543c6bda7494 (patch) | |
tree | b02c65424f5cf8f4283c7486ed404a54a2d12c42 /README | |
parent | 7d19ae8fab80c826156f984aa6dd8221a9aaada0 (diff) | |
download | zsh-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-- | 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 |