Blame view
plugins/history-substring-search/README.markdown
259 Bytes
|
56a5793ce
|
1 |
To activate this script, please include it the `plugins` variable within `~/.zshrc` |
|
238d8e65a
|
2 |
`plugins=(git history-substring-search)` |
|
56a5793ce
|
3 4 5 6 |
See the "history-substring-search.zsh" file for more information:
`sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more`
|