From 0c4e101c3a03f05f61277bfa5c78859ed3d349eb Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Mon, 22 Feb 2021 18:56:54 +0300 Subject: [PATCH] Ignore UI versions of kondo --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index ba27804..d99a84a 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -10,7 +10,7 @@ fi zplug "zplug/zplug", hook-build:'zplug --self-manage' zplug "wagoodman/dive", from:gh-r, as:command, rename-to:dive -zplug "tbillington/kondo", from:gh-r, as:command, rename-to:kondo +zplug "tbillington/kondo", from:gh-r, as:command, rename-to:kondo, ignore:"*ui*" zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade