0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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
This commit is contained in:
Matheus Cruz Rocha 2015-05-02 12:59:18 -03:00 committed by ncanceill
parent 83c3316cf4
commit 6bec3c6719

View file

@ -1,6 +1,6 @@
To activate this script, please include it the `plugins` variable within `~/.zshrc`
`plugins=(git history-substring-search.zsh)`
`plugins=(git history-substring-search)`
See the "history-substring-search.zsh" file for more information: