From 34e2cc9ab9ae3d143c34986c29fc8b10d9532cb0 Mon Sep 17 00:00:00 2001 From: Florian Blampey Date: Fri, 12 Sep 2025 10:41:59 +0200 Subject: [PATCH] Update INSTALL.md with zsh-autosuggestions sourcing --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 7f0a395..fc57f5d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,6 +21,11 @@ | NetBSD | [pkgsrc](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/shells/zsh-autosuggestions/README.html) | | FreeBSD | [pkg](https://cgit.freebsd.org/ports/tree/shells/zsh-autosuggestions) | +Then source it in your `.zshrc`: +``` +source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh +``` + ## Antigen 1. Add the following to your `.zshrc`: