mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2025-02-16 11:08:23 +00:00
Updated README.md
This commit is contained in:
parent
562b3146b4
commit
927496fa72
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ Adding `antigen bundle psprint/history-search-multi-word` to your .zshrc file. A
|
|||
|
||||
Add `zgen load psprint/history-search-multi-word` to your .zshrc file in the same function you're doing your other `zgen load` calls in.
|
||||
|
||||
After adding the plugin, add
|
||||
### Manual installation
|
||||
|
||||
Copy the file `history-search-multi-word` to your `site-functions` directory and add:
|
||||
|
||||
```zsh
|
||||
autoload history-search-multi-word
|
||||
zle -N history-search-multi-word
|
||||
|
|
Loading…
Add table
Reference in a new issue