aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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$"`