aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-03 11:46:00 -0400
committeriamcheeseman <[email protected]>2026-04-03 11:46:00 -0400
commit3e2903932d9260571b5d2e936c87a97c5c6b4f5d (patch)
tree12921c66f100c8d4e982efa9598a720c08697d51 /.zshrc
parentebd6257803ef73040736e74f3320739177824137 (diff)
zsh: add zsh-autosuggestions
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
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$"`