From 4613e4a0914f8e0550c135b00c4d47d460eeea5b Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 24 Feb 2024 11:59:45 +0100 Subject: [PATCH] fix compdef not found --- profiles/base/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/.zshrc b/profiles/base/.zshrc index d98aa46..394b440 100644 --- a/profiles/base/.zshrc +++ b/profiles/base/.zshrc @@ -24,7 +24,7 @@ if [ -f $LOCAL_ALIAS_FILE ]; then source $LOCAL_ALIAS_FILE fi - +autoload -U +X compinit && compinit # fix compdef not found source $HOME/.antidote/antidote.zsh antidote load