From f2a5847eb48584fe99eb564a67886c720b6badf7 Mon Sep 17 00:00:00 2001 From: Raphael Fiedler Date: Wed, 23 Apr 2025 15:09:07 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 725a8f8..5ab9a8c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,13 +56,17 @@ brew install zsh-autosuggestions ``` -2. To activate the autosuggestions, add the following at the end of your .zshrc: - +2. To activate the autosuggestions, open your .zshrc: + ```sh + nano ~/.zshrc + ``` + +3. Go to the bottom and add the following at the end of the file: ```sh source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh ``` -3. Start a new terminal session. +4. Start a new terminal session. ## Manual (Git Clone)