From 1312563b85363750ae27f868540c9fe8b90c614e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 1 May 2022 08:38:56 +0200 Subject: [PATCH] Unset ZSH plugin variables before filling them --- .config/zsh/plugins.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index f162bf2..aaa03c9 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -5,6 +5,8 @@ function() setopt LOCAL_OPTIONS EXTENDED_GLOB +unset ZSH_PLUGIN_DIST ZSH_PLUGIN_SOURCE + local -a _my_plugins=( zsh-users/zsh-completions mafredri/zsh-async