From 7d45ed192f58b939835ddfbbf559e0477963d67b Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 7 Aug 2020 12:51:16 -0400 Subject: [PATCH] enable built-in completions --- zshrc.d/bootstrap.zsh | 3 +++ 1 file changed, 3 insertions(+) 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