diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0950582..57cd501 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -81,6 +81,14 @@ if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then zle -N zle-line-finish fi +# -------------------------------------- +# Completion +# add completion dir to fpath +fpath=($ZDOTDIR/completion $fpath) +#autoload -Uz compinit +#compinit +# -------------------------------------- + # -------------------------------------- # Plugins # --------------------------------------