diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index b25c88e..bce3964 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -139,6 +139,8 @@ zstyle ':completion:*' verbose true zstyle :compinstall filename '/home/bert/.zshrc' autoload -Uz compinit +# Register our custom completions +fpath+=("${ZDOTDIR:-$HOME}/completions") compinit # pip zsh completion start