mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-13 23:37:12 +00:00
Updated README.md
This commit is contained in:
parent
001f414782
commit
ab88425066
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -10,9 +10,19 @@ https://asciinema.org/a/46371
|
|||
|
||||
## Installation
|
||||
|
||||
### [Zplugin](https://github.com/psprint/zplugin)
|
||||
|
||||
Add `zplugin load psprint/history-search-multi-word` to your `.zshrc` file.
|
||||
Zplugin will handle cloning the plugin for you automatically the next time you
|
||||
start zsh.
|
||||
|
||||
### [Antigen](https://github.com/zsh-users/antigen)
|
||||
|
||||
Adding `antigen bundle psprint/history-search-multi-word` to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running zsh with `antigen bundle psprint/history-search-multi-word` for testing before adding it to your `.zshrc`.
|
||||
Add `antigen bundle psprint/history-search-multi-word` to your `.zshrc` file.
|
||||
Antigen will handle cloning the plugin for you automatically the next time you
|
||||
start zsh. You can also add the plugin to a running zsh with `antigen bundle
|
||||
psprint/history-search-multi-word` for testing before adding it to your
|
||||
`.zshrc`.
|
||||
|
||||
### [Oh-My-Zsh](http://ohmyz.sh/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue