diff options
| author | iamcheeseman <[email protected]> | 2026-04-03 11:46:00 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-03 11:46:00 -0400 |
| commit | 3e2903932d9260571b5d2e936c87a97c5c6b4f5d (patch) | |
| tree | 12921c66f100c8d4e982efa9598a720c08697d51 | |
| parent | ebd6257803ef73040736e74f3320739177824137 (diff) | |
zsh: add zsh-autosuggestions
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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$"` |
