Updating histoby-substring-search README to instruct user to load plugins via .zshrc. Closes #1832.
parent
a1de65e359
commit
aa16e18644
2 changed files with 7 additions and 7 deletions
@ -1,7 +0,0 @@ |
|||||||
To activate this script, load it into an interactive ZSH session: |
|
||||||
|
|
||||||
% source history-substring-search.zsh |
|
||||||
|
|
||||||
See the "history-substring-search.zsh" file for more information: |
|
||||||
|
|
||||||
% sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more |
|
||||||
@ -0,0 +1,7 @@ |
|||||||
|
To activate this script, please include it the `plugins` variable within `~/.zshrc` |
||||||
|
|
||||||
|
`plugins=(git history-substring-search.zsh)` |
||||||
|
|
||||||
|
See the "history-substring-search.zsh" file for more information: |
||||||
|
|
||||||
|
`sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more` |
||||||
Loading…
Reference in new issue