mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
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`.
7 lines
259 B
Markdown
7 lines
259 B
Markdown
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`
|