Merge pull request #11 from isac322/master

Added installation guide for ArchLinux
This commit is contained in:
psprint 2018-08-04 22:26:00 +02:00 committed by GitHub
commit ebe3c240c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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. 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 # Customizing
## Zstyles ## Zstyles