mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-13 23:37:12 +00:00
Updated README.md (standalone plugin)
This commit is contained in:
parent
7949d70121
commit
06b8c9f01f
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -22,6 +22,20 @@ https://asciinema.org/a/46371
|
|||
|
||||
## Installation
|
||||
|
||||
The plugin is "standalone", which means that only sourcing it is needed. So to
|
||||
install, unpack `history-search-multi-word` somewhere and add
|
||||
|
||||
```zsh
|
||||
source {where-hsmw-is}/history-search-multi-word.plugin.zsh
|
||||
```
|
||||
|
||||
to `zshrc`.
|
||||
|
||||
If using a plugin manager, then `Zplugin` is recommended, but you can use any
|
||||
other too, and also install with `Oh My Zsh` (by copying directory to
|
||||
`~/.oh-my-zsh/custom/plugins`).
|
||||
|
||||
|
||||
### [Zplugin](https://github.com/psprint/zplugin)
|
||||
|
||||
Add `zplugin load psprint/history-search-multi-word` to your `.zshrc` file.
|
||||
|
|
Loading…
Reference in a new issue