Browse Source

Merge 7350477f57 into c3d4e576c9

pull/518/merge
Hugo Cartigny 10 months ago
committed by GitHub
parent
commit
e8418796ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      INSTALL.md

+ 9
- 0
INSTALL.md 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`:

Loading…
Cancel
Save