From ad4ed72e3daf318eb585ae9782251955d8128991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Mon, 24 Mar 2025 16:43:13 +0100 Subject: [PATCH] add zsh-autosuggestions --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 964e8e4..798d05d 100644 --- a/.zshrc +++ b/.zshrc @@ -57,6 +57,7 @@ source .api-keys export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/homebrew/bin/brew:$HOME/bin:" source $ZSH/oh-my-zsh.sh +source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"