diff options
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 |