summaryrefslogtreecommitdiff
path: root/plugins/history-substring-search/README.markdown
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-02-22 09:29:31 -0800
committerRobby Russell <robby@planetargon.com>2015-02-22 09:29:31 -0800
commitaa16e18644b3fee0b3cf0320692d6566d539cdd0 (patch)
tree7e5dde913b202672cc536eb0b66d1fa0d9d1cd53 /plugins/history-substring-search/README.markdown
parenta1de65e3595c9bc3438b98d9ca671c2890a4b613 (diff)
downloadzsh-aa16e18644b3fee0b3cf0320692d6566d539cdd0.tar.gz
zsh-aa16e18644b3fee0b3cf0320692d6566d539cdd0.tar.bz2
zsh-aa16e18644b3fee0b3cf0320692d6566d539cdd0.zip
Updating histoby-substring-search README to instruct user to load plugins via .zshrc. Closes #1832.
Diffstat (limited to 'plugins/history-substring-search/README.markdown')
-rw-r--r--plugins/history-substring-search/README.markdown7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/history-substring-search/README.markdown b/plugins/history-substring-search/README.markdown
new file mode 100644
index 000000000..143b813a1
--- /dev/null
+++ b/plugins/history-substring-search/README.markdown
@@ -0,0 +1,7 @@
+To activate this script, please include it the `plugins` variable within `~/.zshrc`
+
+ `plugins=(git history-substring-search.zsh)`
+
+See the "history-substring-search.zsh" file for more information:
+
+ `sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more`