From 967a2af46ed75c88bfd6b67dfdb32a6a75d33150 Mon Sep 17 00:00:00 2001 From: Mike Cravey Date: Wed, 23 Nov 2016 12:09:33 -0600 Subject: [PATCH] Adds default compinit --- runcoms/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 52645f12..248656e3 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -13,6 +13,9 @@ if [[ -s "$DOTFILES/zprezto/init.zsh" ]]; then fi # Customize to your needs... +# load the default before the modules load +autoload -Uz compinit && compinit + source_if_present() { if [ -f "$1" ]; then . "$1"