oh-my-zsh/plugins/history-substring-search
Matheus Cruz Rocha 6bec3c6719 Update history-substring-search README
This Change remove the .zsh on the plugin activate example, cause with the .zsh at the end the plugin won't be activated
2015-06-11 21:10:34 +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 Update history-substring-search README 2015-06-11 21:10:34 +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