From 7ed017756409bf4e51d2f82bae02d9f6dc92ba27 Mon Sep 17 00:00:00 2001 From: AYOUB EL MHAMDI <34358145+ayoubelmhamdi@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:33:53 +0100 Subject: [PATCH] package manager not overwrite `.zshrc` --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 196524f..4e6d557 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,6 +18,11 @@ | 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) | +insert in top of `.zshrc` +```zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +``` + ## Antigen 1. Add the following to your `.zshrc`: