ohmyzsh/plugins/history-substring-search
dtk fa3f248240 Correct documentation on how to load the plugin
So far the `README.markdown` stated that the string
`history-substring-search.zsh` had to be added to the `plugins` list in order to
load the plugin.

This commits corrects the information by removing the trailing `.zsh`.
2015-05-15 18:50:06 +02:00
..
history-substring-search.plugin.zsh move history-substring-search* files into plugins/ 2011-07-27 10:28:55 -07:00
history-substring-search.zsh history-substring-search: bindkey now checks if terminfo is available first. 2014-03-24 22:32:56 +01:00
README.markdown Correct documentation on how to load the plugin 2015-05-15 18:50:06 +02:00

To activate this script, please include it the plugins variable within ~/.zshrc

plugins=(git history-substring-search)

See the "history-substring-search.zsh" file for more information:

sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more