diff --git a/zshrc.d/bootstrap.zsh b/zshrc.d/bootstrap.zsh index b9c0a07..d219eb3 100644 --- a/zshrc.d/bootstrap.zsh +++ b/zshrc.d/bootstrap.zsh @@ -1,3 +1,6 @@ +# Enable completions +autoload -Uz compinit && compinit + # Load in custom functions source ${ZSH_DIR}/lib/functions.zsh