Compare commits

...

2 Commits

Author SHA1 Message Date
Hugo Cartigny
e8418796ce
Merge 7350477f57 into c3d4e576c9 2023-11-08 18:57:30 +00:00
Hugo Cartigny
7350477f57
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.
2020-03-22 18:14:36 +01:00

View File

@ -20,6 +20,15 @@
| Mac OS | [homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/z/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`: