mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Correct documentation on how to load the plugin
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`.
This commit is contained in:
parent
140034605e
commit
fa3f248240
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue