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:
Hugo Cartigny 2020-03-22 18:14:36 +01:00 committed by GitHub
parent ae315ded4d
commit 7350477f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,15 @@
| Mac OS | [homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/zsh-autosuggestions.rb) | | 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) | | 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 ## Antigen
1. Add the following to your `.zshrc`: 1. Add the following to your `.zshrc`: