From e50a664321765b1257117ee79c3326e11aa68e6f Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Fri, 27 May 2011 11:23:33 -0700 Subject: [PATCH] add README with instructions on script activation --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..be11adf --- /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