mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-25 10:01:05 +01:00
Add additional missing installation instructions for Manjaro/Arch Linux
I added missing instructions for installation on Manjaro and Arch Linux. These instructions were once present in this file, I don't know why they got removed. I searched for a while for this missing step so I think everyone should be aware of it, otherwise the installation just doesn't work.
This commit is contained in:
parent
ae315ded4d
commit
7350477f57
1 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,15 @@
|
|||
| Mac OS | [homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/zsh-autosuggestions.rb) |
|
||||
| NetBSD | [pkgsrc](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/shells/zsh-autosuggestions/README.html) |
|
||||
|
||||
## Arch Linux / Manjaro / Antergos / Hyperbola
|
||||
|
||||
1. Install **zsh-autosuggestions** using the package listed in the table above.
|
||||
|
||||
2. Add the following to your `.zshrc`:
|
||||
```sh
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
```
|
||||
|
||||
## Antigen
|
||||
|
||||
1. Add the following to your `.zshrc`:
|
||||
|
|
Loading…
Reference in a new issue