From f8314e59591788ad19b10abff655897eddaac414 Mon Sep 17 00:00:00 2001 From: romkatv Date: Fri, 4 Oct 2019 09:48:53 +0200 Subject: [PATCH] stop autoloading and running "color"; p10k does not use it anymore; people who need it can autoload it themselves --- internal/p10k.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 4ce09210..62ca8638 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4839,7 +4839,6 @@ function p10k() { # Hook for zplugin. powerlevel10k_plugin_unload() { prompt_powerlevel9k_teardown; } -autoload -Uz colors && colors autoload -Uz add-zsh-hook zmodload zsh/datetime