ohmyzsh/plugins/history-substring-search
Matheus Cruz Rocha f5cdf3d719 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-16 21:33:02 +10: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 Don't leak extendedglob to global environment. 2015-06-16 21:33:00 +10:00
README.markdown Update history-substring-search README 2015-06-16 21:33:02 +10: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