diff options
| -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$"` |
