From 3e2903932d9260571b5d2e936c87a97c5c6b4f5d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 3 Apr 2026 11:46:00 -0400 Subject: zsh: add zsh-autosuggestions --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 684cf24..43899e0 100644 --- a/.zshrc +++ b/.zshrc @@ -8,6 +8,7 @@ PS1="%B%F{green}%2~%F{fg}>%B" alias ls="ls --color=auto" alias grep="grep --color=auto" +fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src autoload -U compinit compinit @@ -24,3 +25,4 @@ zstyle ":completion:*" group-name "" source ~/.zshextra source `xbps-query -f zsh-syntax-highlighting | grep "zsh-syntax-highlighting.zsh$"` +source `xbps-query -f zsh-autosuggestions | grep "zsh-autosuggestions.zsh$"` -- cgit v1.3-2-g0d8e