mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-10 06:14:12 +00:00
Merge pull request #11 from isac322/master
Added installation guide for ArchLinux
This commit is contained in:
commit
ebe3c240c9
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -153,6 +153,20 @@ zdharma/history-search-multi-word` for testing before adding it to your
|
|||
Add `zgen load zdharma/history-search-multi-word` to your .zshrc file in the same
|
||||
place you're doing your other `zgen load` calls in.
|
||||
|
||||
|
||||
### Arch Linux
|
||||
|
||||
1. Install [`zsh-history-search-multi-word-git`](https://aur.archlinux.org/packages/zsh-history-search-multi-word-git/) from the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository).
|
||||
|
||||
2. Add the following to your `.zshrc`:
|
||||
|
||||
```sh
|
||||
source /usr/share/zsh/plugins/history-search-multi-word/history-search-multi-word.plugin.zsh
|
||||
```
|
||||
|
||||
3. Start a new terminal session
|
||||
|
||||
|
||||
# Customizing
|
||||
|
||||
## Zstyles
|
||||
|
|
Loading…
Reference in a new issue