From 6f7b10dc9303b0bffc0365d54f89dac125db8a30 Mon Sep 17 00:00:00 2001 From: Denis Urs Rudolph Date: Tue, 23 Dec 2025 11:27:57 +0100 Subject: [PATCH] Added auto-suggestion to zsh --- zsh-macos/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh-macos/.zshrc b/zsh-macos/.zshrc index de3d8c3..9aa680d 100644 --- a/zsh-macos/.zshrc +++ b/zsh-macos/.zshrc @@ -6,4 +6,6 @@ eval "$(starship init zsh)"o # Added by Antigravity export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH" +source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh + fastfetch