From 7e803d42f7ffc96980b98eda265e9e40a5fb1558 Mon Sep 17 00:00:00 2001 From: Christopher Martinez <129039732+Chrismart04@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:23:21 -0600 Subject: [PATCH] Update INSTALL.md include Homebrew installation for zsh-autosuggestions with persistent .zshrc integration --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 7b32af1..a64bd10 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,7 +59,7 @@ 2. To activate the autosuggestions, add the following at the end of your .zshrc: ```sh - source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh + echo "source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc ``` 3. Start a new terminal session.