diff options
author | Suraj N. Kurapati <sunaku@gmail.com> | 2011-07-27 10:28:55 -0700 |
---|---|---|
committer | Suraj N. Kurapati <sunaku@gmail.com> | 2011-07-27 10:28:55 -0700 |
commit | fd732eb3ff4984ddc9109e950cf7ceb472cb9824 (patch) | |
tree | 60724823da7d6711f0d2efe43f4d8ae20e98b1e7 /plugins/history-substring-search/README | |
parent | 3350c2298f6e0b629c8efe9821262a093f975fd3 (diff) | |
download | zsh-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/README | 7 |
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 |