From 59875eb00b931477a6cc46e0f5ca3a5284d40b63 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 31 Jan 2018 15:06:26 +1100 Subject: [PATCH] Block zsh-completions from loading itself, so that zplugin can handle its completions --- config/zsh/zplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/zplugin b/config/zsh/zplugin index 385bfa2..02a48b1 100644 --- a/config/zsh/zplugin +++ b/config/zsh/zplugin @@ -24,7 +24,7 @@ if [[ ! $LS_COLORS_DIR/LS_COLORS.plugin.zsh -nt $LS_COLORS_DIR/LS_COLORS ]]; the source $LS_COLORS_DIR/LS_COLORS.plugin.zsh fi -zplugin $load zsh-users/zsh-completions +zplugin ice blockf; zplugin $load zsh-users/zsh-completions zplugin ice silent wait1; zplugin $load mollifier/cd-gitroot zplugin ice silent wait1; zplugin $load micha/resty